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
When setting up the job, paths are different depending on whether it will run inside a container or outside.
In CommandLineJob.run, if running in Docker is not available (docker.get_from_requirements returns None) it will try to run the job without Docker. However, because the job was already set up assuming Docker, this doesn't work.
The text was updated successfully, but these errors were encountered:
When setting up the job, paths are different depending on whether it will run inside a container or outside.
In
CommandLineJob.run
, if running in Docker is not available (docker.get_from_requirements
returns None) it will try to run the job without Docker. However, because the job was already set up assuming Docker, this doesn't work.The text was updated successfully, but these errors were encountered: