File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,6 @@ METRICS_EXPORT_PORT=${METRICS_EXPORT_PORT:-53009}
6262PORT=${PORT:- 54514}
6363RAY_CLIENT_SERVER_PORT=${RAY_CLIENT_SERVER_PORT:- 10001}
6464# REDIT_SHARD_PORTS=${REDIT_SHARD_PORTS:-"random"} ??
65- DASHBOARD_GRPC_PORT=${DASHBOARD_GRPC_PORT:- 52367}
6665DASHBOARD_PORT=${DASHBOARD_PORT:- 8265} # Also used by debugger
6766DASHBOARD_AGENT_LISTEN_PORT=${DASHBOARD_AGENT_LISTEN_PORT:- 52365}
6867
@@ -269,7 +268,6 @@ ray start --head \
269268 --node-ip-address="$head_node_ip " \
270269 --port=${PORT} \
271270 --ray-client-server-port=${RAY_CLIENT_SERVER_PORT} \
272- --dashboard-grpc-port=${DASHBOARD_GRPC_PORT} \
273271 --dashboard-port=${DASHBOARD_PORT} \
274272 \
275273 --node-manager-port=$(( ${NODE_MANAGER_PORT} + 1 )) \
You can’t perform that action at this time.
0 commit comments