You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 5, 2026. It is now read-only.
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.
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 and MapOptions similar.