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

privileged flag for local_docker scheduler #897

Closed
clumsy opened this issue Apr 26, 2024 · 0 comments
Closed

privileged flag for local_docker scheduler #897

clumsy opened this issue Apr 26, 2024 · 0 comments

Comments

@clumsy
Copy link
Contributor

clumsy commented Apr 26, 2024

Description

It is available for aws_batch already and some docker images require using privileged mode that defaults to false when using local_docker:

docker inspect --format='{{.HostConfig.Privileged}}' <CONTAINER_SHA-1>
false

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

clumsy pushed a commit to clumsy/torchx that referenced this issue Apr 26, 2024
clumsy pushed a commit to clumsy/torchx that referenced this issue May 30, 2024
d4l3k pushed a commit that referenced this issue Jun 5, 2024
Co-authored-by: Alexander Jipa <azzhipa@amazon.com>
@clumsy clumsy closed this as completed Jun 5, 2024
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

1 participant