Added missing dependencies; added dashboard support for Ray clusters

This commit is contained in:
eugr
2025-11-24 21:13:06 -08:00
parent 399948a725
commit 4c976375c5
2 changed files with 5 additions and 0 deletions

View File

@@ -107,6 +107,7 @@ if [ "${NODE_TYPE}" == "head" ]; then
echo "Starting Ray HEAD node..."
exec ray start --block --head --port 6379 \
--node-ip-address "$VLLM_HOST_IP" \
--include-dashboard=True \
--dashboard-host "0.0.0.0" \
--dashboard-port 8265
else