Revert "Try to enable dashboard (again) (#6069)" (#6159)

This reverts commit 4044af8520.
This commit is contained in:
Philipp Moritz
2019-11-13 12:32:12 -08:00
committed by Eric Liang
parent b924299833
commit f24d96ec4f
9 changed files with 35 additions and 39 deletions
-3
View File
@@ -605,9 +605,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."""