mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 18:11:38 +08:00
[Dashboard] Change default ip address for the dashboard to ipv4 (#10287)
* Done. * Add todo. * Addressed code review. * Fix issue. * Fix test failure. * Fix a test.
This commit is contained in:
@@ -129,7 +129,7 @@ class RayParams:
|
||||
worker_path=None,
|
||||
huge_pages=False,
|
||||
include_dashboard=None,
|
||||
dashboard_host="localhost",
|
||||
dashboard_host=ray_constants.DEFAULT_DASHBOARD_IP,
|
||||
dashboard_port=ray_constants.DEFAULT_DASHBOARD_PORT,
|
||||
logging_level=logging.INFO,
|
||||
logging_format=ray_constants.LOGGER_FORMAT,
|
||||
|
||||
Reference in New Issue
Block a user