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)) \