[Dashboard] Add initial version of new dashboard (#5730)

This commit is contained in:
Mitchell Stern
2019-09-23 08:50:40 -07:00
committed by Robert Nishihara
parent 56ab9a00bb
commit 98dcc1d440
28 changed files with 14738 additions and 67 deletions
+2 -1
View File
@@ -978,10 +978,11 @@ def start_dashboard(redis_address,
try:
import aiohttp # noqa: F401
import psutil # noqa: F401
import setproctitle # noqa: F401
except ImportError:
raise ImportError(
"Failed to start the dashboard. The dashboard requires Python 3 "
"as well as 'pip install aiohttp psutil'.")
"as well as 'pip install aiohttp psutil setproctitle'.")
process_info = start_ray_process(
command,