mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 13:02:16 +08:00
This reverts commit 6166ef3e09.
This commit is contained in:
@@ -579,9 +579,6 @@ class Node(object):
|
||||
# The dashboard is Python3.x only.
|
||||
if PY3 and self._ray_params.include_webui:
|
||||
self.start_dashboard()
|
||||
else:
|
||||
logger.info(
|
||||
"To enable the Ray Web UI, run `pip install ray[dashboard]`.")
|
||||
|
||||
def start_ray_processes(self):
|
||||
"""Start all of the processes on the node."""
|
||||
|
||||
Reference in New Issue
Block a user