mirror of
https://github.com/wassname/ray.git
synced 2026-07-03 17:32:29 +08:00
Turn UI off by default. (#4188)
This commit is contained in:
committed by
Philipp Moritz
parent
c695402dc3
commit
d9bcaa20b5
@@ -1268,7 +1268,7 @@ def init(redis_address=None,
|
||||
redis_password=None,
|
||||
plasma_directory=None,
|
||||
huge_pages=False,
|
||||
include_webui=True,
|
||||
include_webui=False,
|
||||
driver_id=None,
|
||||
configure_logging=True,
|
||||
logging_level=logging.INFO,
|
||||
|
||||
Reference in New Issue
Block a user