Open
Description
Is your feature request related to a problem? Please describe.
I have a job that requires a GPU. It requires a GPU and specifies a Docker image. I need to debug on this image.
Currently, my solution is launch an EC2 machine, copy my files over then start developing/debugging.
Describe the solution you'd like
I method to land an interactive job on this image. Something like https://htcondor.readthedocs.io/en/latest/users-manual/submitting-a-job.html#interactive-jobs
Describe alternatives you've considered
- Submitting my own submit file via
condor_submit
. However, that's inconvenient: I don't really want to write that file, and manage keeping my submit file andMapOptions
similar.