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
It is available for aws_batch already and some docker images require using privileged mode that defaults to false when using local_docker:
aws_batch
false
local_docker
docker inspect --format='{{.HostConfig.Privileged}}' <CONTAINER_SHA-1> false
See description
Add a new option and pass it to Docker client for local_docker scheduler.
Patch docker_scheduler.py locally to pass this flag.
docker_scheduler.py
N/A
The text was updated successfully, but these errors were encountered:
feat: add privileged option to local_docker (pytorch#897)
bb7c6cb
ec8be03
feat: add privileged option to local_docker (#897) (#898)
2ec3673
Co-authored-by: Alexander Jipa <[email protected]>
No branches or pull requests
Description
It is available for
aws_batch
already and some docker images require using privileged mode that defaults tofalse
when usinglocal_docker
:Motivation/Background
See description
Detailed Proposal
Add a new option and pass it to Docker client for
local_docker
scheduler.Alternatives
Patch
docker_scheduler.py
locally to pass this flag.Additional context/links
N/A
The text was updated successfully, but these errors were encountered: