mirror of
https://github.com/wassname/ray.git
synced 2026-06-29 05:17:38 +08:00
Fix dashboard agent use incorrect ip (#12038)
This commit is contained in:
@@ -1402,6 +1402,7 @@ def start_raylet(redis_address,
|
||||
sys.executable,
|
||||
"-u",
|
||||
os.path.join(RAY_PATH, "new_dashboard/agent.py"),
|
||||
f"--node-ip-address={node_ip_address}",
|
||||
f"--redis-address={redis_address}",
|
||||
f"--metrics-export-port={metrics_export_port}",
|
||||
f"--dashboard-agent-port={metrics_agent_port}",
|
||||
|
||||
Reference in New Issue
Block a user