[Dashboard] New dashboard skeleton (#9099)

This commit is contained in:
fyrestone
2020-07-27 11:34:47 +08:00
committed by GitHub
parent 44ccca1acb
commit 4d08ddbf24
15 changed files with 1406 additions and 1 deletions
+1
View File
@@ -0,0 +1 @@
../../dashboard
+1
View File
@@ -123,6 +123,7 @@ REMOVED_NODE_ERROR = "node_removed"
MONITOR_DIED_ERROR = "monitor_died"
LOG_MONITOR_DIED_ERROR = "log_monitor_died"
REPORTER_DIED_ERROR = "reporter_died"
DASHBOARD_AGENT_DIED_ERROR = "dashboard_agent_died"
DASHBOARD_DIED_ERROR = "dashboard_died"
RAYLET_CONNECTION_ERROR = "raylet_connection_error"
+2 -1
View File
@@ -301,13 +301,14 @@ def find_version(*filepath):
install_requires = [
"aiohttp",
"aioredis",
"click >= 7.0",
"colorama",
"colorful",
"filelock",
"google",
"gpustat",
"grpcio",
"grpcio >= 1.28.1",
"jsonschema",
"msgpack >= 0.6.0, < 2.0.0",
"numpy >= 1.16",