ray/dashboard/modules/job
Edward Oakes 4c1f27118a
[job submission] Don't set CUDA_VISIBLE_DEVICES in job driver (#24546)
Currently job drivers cannot use GPUs due to `CUDA_VISIBLE_DEVICES` being set (no resource request for job driver's supervisor actor). This is a regression from `ray submit`.

This is a temporary workaround -- in the future we should support a resource request for the job supervisor actor.
2022-05-10 11:43:04 -05:00
..
tests [job submission] Don't set CUDA_VISIBLE_DEVICES in job driver (#24546) 2022-05-10 11:43:04 -05:00
__init__.py Job module without submission (#13081) 2020-12-31 11:12:17 +08:00
cli.py [docs] fix doctests and activate CI (#23418) 2022-03-24 17:04:02 -07:00
common.py [Jobs] Change jobs start_time end_time from seconds to ms for consistency (#24123) 2022-04-26 08:37:41 -07:00
job_head.py [State API] State api limit + Removing unnecessary modules (#24098) 2022-04-22 15:59:46 -07:00
job_manager.py [job submission] Don't set CUDA_VISIBLE_DEVICES in job driver (#24546) 2022-05-10 11:43:04 -05:00
sdk.py [Job] Fix typo in job sdk docstring (#23940) 2022-04-20 12:30:32 -05:00
utils.py [Jobs] Add log streaming for jobs (#20976) 2021-12-14 17:01:53 -08:00