Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feature request] support passing -H / --host to docker sandbox #540

Open
JasonGross opened this issue Sep 27, 2024 · 1 comment
Open

[feature request] support passing -H / --host to docker sandbox #540

JasonGross opened this issue Sep 27, 2024 · 1 comment

Comments

@JasonGross
Copy link
Contributor

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?

@jjallaire-aisi
Copy link
Collaborator

This is a good suggestion -- right our now SandboxSpec type is a simple tuple and I think it needs to become a richer data structure.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants