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
I'd like to be able to specify that some tasks / samples should run on a remote machine by passing -H to the docker commands. Right now, I am using os.environ["DOCKER_HOST"] = docker_host, but it seems like this might interfere with other tasks if I try to run them in parallel. Could support be added to bind -H on a per-task basis?
The text was updated successfully, but these errors were encountered:
I'd like to be able to specify that some tasks / samples should run on a remote machine by passing
-H
to the docker commands. Right now, I am usingos.environ["DOCKER_HOST"] = docker_host
, but it seems like this might interfere with other tasks if I try to run them in parallel. Could support be added to bind-H
on a per-task basis?The text was updated successfully, but these errors were encountered: