We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Support a runopt in docker_scheduler to specify volume mounts
Additional run option that is useful to the end user who wants to run torchx run -s local_docker with an optional volume mount for data
torchx run -s local_docker
Need to add volume/bind-mount specifications. Options:
Role.mount
Add it to docker request here:
torchx/torchx/schedulers/docker_scheduler.py
Line 207 in 571fd78
N/A
The text was updated successfully, but these errors were encountered:
Looks like we can support the same mounts for docker, k8s and aws batch via similar interfaces.
Sorry, something went wrong.
4cd94d8
Successfully merging a pull request may close this issue.
Description
Support a runopt in docker_scheduler to specify volume mounts
Motivation/Background
Additional run option that is useful to the end user who wants to run
torchx run -s local_docker
with an optional volume mount for dataDetailed Proposal
Need to add volume/bind-mount specifications. Options:
Role.mount
parameter (similar to Role.port: https://github.com/pytorch/torchx/blob/main/torchx/specs/api.py#L257) or as Role.metadataAdd it to docker request here:
torchx/torchx/schedulers/docker_scheduler.py
Line 207 in 571fd78
Alternatives
N/A
Additional context/links
The text was updated successfully, but these errors were encountered: