Sudeep Pillai
Asked on Nov 16, 2023
Yes, the Ray dashboard can be enabled in SkyPilot for observability purposes. By default, it should be running on the head node. To enable it, you can use the following code snippet:
remote_host=$(sky status | awk 'NR==3{print $1}')
ssh -fNT -L "${RAY_DASHBOARD_PORT}:localhost:${RAY_DASHBOARD_PORT}" "$remote_host" #>/dev/null 2>&1```