mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
Make Dashboard Port Configurable (#8999)
This commit is contained in:
@@ -28,7 +28,7 @@ for i in range(num_nodes):
|
||||
resources={str(i): 2},
|
||||
object_store_memory=object_store_memory,
|
||||
redis_max_memory=redis_max_memory,
|
||||
webui_host="0.0.0.0")
|
||||
dashboard_host="0.0.0.0")
|
||||
ray.init(address=cluster.address)
|
||||
|
||||
# Run the workload.
|
||||
|
||||
Reference in New Issue
Block a user