mirror of
https://github.com/wassname/ray.git
synced 2026-06-27 22:08:16 +08:00
Clone catapult and generate html files during installation. (#956)
* Clone catapult and generate static html during setup. * Include UI files in installation. * Fix directory to clone catapult to and fix linting. * Use absolute path. * Make sure we find a sufficiently new version of python2 when building wheels. * Copy the trace_viewer_full.html file to the local directory if it is not present. * Make sure wheels fail to build if UI is not included.
This commit is contained in:
committed by
Philipp Moritz
parent
546ba23ceb
commit
f3c1248d98
@@ -23,6 +23,8 @@ ray_files = [
|
||||
"ray/core/src/local_scheduler/local_scheduler",
|
||||
"ray/core/src/local_scheduler/liblocal_scheduler_library.so",
|
||||
"ray/core/src/global_scheduler/global_scheduler",
|
||||
"ray/core/src/catapult_files/index.html",
|
||||
"ray/core/src/catapult_files/trace_viewer_full.html",
|
||||
"ray/WebUI.ipynb"
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user