ray/dashboard/modules/job/tests/subprocess_driver_scripts
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
..
__init__.py [job submission] Move job_manager to dashboard module, common parts to common.py (#20209) 2021-11-10 14:14:55 -08:00
check_cuda_devices.py [job submission] Don't set CUDA_VISIBLE_DEVICES in job driver (#24546) 2022-05-10 11:43:04 -05:00
consume_one_cpu.py [jobs] Add test condition that job runs w/o CPUs available on head node (#22260) 2022-02-10 10:23:02 -06:00
override_env_var.py [Jobs] Test job submit with no specified ray address (#23119) 2022-03-14 13:44:06 -05:00
print_namespace.py [Jobs] Test job submit with no specified ray address (#23119) 2022-03-14 13:44:06 -05:00
print_runtime_env.py [Jobs] Test job submit with no specified ray address (#23119) 2022-03-14 13:44:06 -05:00
script_with_exception.py [job submission] Move job_manager to dashboard module, common parts to common.py (#20209) 2021-11-10 14:14:55 -08:00