Start WebUI by default. (#6493)

This commit is contained in:
Robert Nishihara
2019-12-27 13:49:07 -08:00
committed by Philipp Moritz
parent 088ce2d1e1
commit 8724e5ffd5
8 changed files with 91 additions and 52 deletions
+3 -1
View File
@@ -59,7 +59,9 @@ class RayParams(object):
huge_pages: Boolean flag indicating whether to start the Object
Store with hugetlbfs support. Requires plasma_directory.
include_webui: Boolean flag indicating whether to start the web
UI, which displays the status of the Ray cluster.
UI, which displays the status of the Ray cluster. If this value is
None, then the UI will be started if the relevant dependencies are
present.
webui_host: The host to bind the web UI server to. Can either be
127.0.0.1 (localhost) or 0.0.0.0 (available from all interfaces).
By default, this is set to 127.0.0.1 to prevent access from