mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 17:50:55 +08:00
Make sure dashboard is packaged with wheels. (#4175)
This commit is contained in:
committed by
Philipp Moritz
parent
7395c86a50
commit
387c98cf01
+3
-1
@@ -24,7 +24,9 @@ ray_files = [
|
||||
"ray/core/src/ray/gcs/redis_module/libray_redis_module.so",
|
||||
"ray/core/src/plasma/plasma_store_server", "ray/_raylet.so",
|
||||
"ray/core/src/ray/raylet/raylet_monitor", "ray/core/src/ray/raylet/raylet",
|
||||
"ray/WebUI.ipynb"
|
||||
"ray/WebUI.ipynb", "ray/dashboard/dashboard.py",
|
||||
"ray/dashboard/index.html", "ray/dashboard/res/main.css",
|
||||
"ray/dashboard/res/main.js"
|
||||
]
|
||||
|
||||
# These are the directories where automatically generated Python flatbuffer
|
||||
|
||||
Reference in New Issue
Block a user