From bea6d2bb653991b3f642a365f0414c0e4172bc45 Mon Sep 17 00:00:00 2001 From: Peter Jin Date: Thu, 4 Dec 2025 16:09:07 -0800 Subject: [PATCH] Set non-localhost dashboard host for ray state API. Signed-off-by: Peter Jin --- ray.sub | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ray.sub b/ray.sub index 9b4feb110c..e6e3e07af7 100644 --- a/ray.sub +++ b/ray.sub @@ -278,6 +278,8 @@ ray start --head \ --port=${PORT} \ --ray-client-server-port=${RAY_CLIENT_SERVER_PORT} \ --dashboard-port=${DASHBOARD_PORT} \ + --dashboard-host="$head_node_ip" \ + --include-dashboard=True \ \ --node-manager-port=$((${NODE_MANAGER_PORT} + 1)) \ --object-manager-port=$((${OBJECT_MANAGER_PORT} + 1)) \