Do not start web UI by default, and remove web UI from documentation. (#554)

This commit is contained in:
Robert Nishihara
2017-05-16 19:29:07 -07:00
committed by Alexey Tumanov
parent a74ee52f26
commit 5572561704
4 changed files with 1 additions and 81 deletions
+1 -1
View File
@@ -1054,7 +1054,7 @@ def start_ray_head(address_info=None,
include_global_scheduler=True,
include_log_monitor=True,
include_redis=True,
include_webui=True,
include_webui=False,
start_workers_from_local_scheduler=start_workers_from_local_scheduler,
num_cpus=num_cpus,
num_gpus=num_gpus)