ray/dashboard/modules/job
Archit Kulkarni 8707eb6288
[runtime env] Support .whl files in py_modules (#22368)
The `py_modules` field of runtime_env supports uploading local Python modules for use on the Ray cluster.  One gap in this is if the local Python module is in the form of a wheel (`.whl` file.)  This PR adds the missing support for uploading and installing the `.whl` file.
2022-03-16 16:37:10 -05:00
..
tests [runtime env] Support .whl files in py_modules (#22368) 2022-03-16 16:37:10 -05:00
__init__.py Job module without submission (#13081) 2020-12-31 11:12:17 +08:00
cli.py [jobs] Make local pip/conda requirements files work with jobs (#22849) 2022-03-10 15:15:16 -06:00
common.py [runtime env] Support .whl files in py_modules (#22368) 2022-03-16 16:37:10 -05:00
job_head.py [Job submission] Add list_jobs API (#22679) 2022-03-01 21:27:09 -06:00
job_manager.py [Job submission] Add list_jobs API (#22679) 2022-03-01 21:27:09 -06:00
sdk.py [Job submission] Set headers when establishing websocket (#23111) 2022-03-15 16:20:44 -05:00
utils.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00