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

Add support for --gpus new in Docker 19.0.3 #75

Closed
rwmajor2 opened this issue Oct 27, 2019 · 2 comments
Closed

Add support for --gpus new in Docker 19.0.3 #75

rwmajor2 opened this issue Oct 27, 2019 · 2 comments

Comments

@rwmajor2
Copy link

Is this a BUG REPORT or FEATURE REQUEST?: FEATURE REQUEST

Description

As of Docker 19.0.3, there is a new option to specify GPU capabilities during docker run. It would be nice to include that here.
https://docs.docker.com/config/containers/resource_constraints/

How to reproduce

What do you expect

What happened instead

Software:

      --gpus gpu-request               GPU devices to add to the
                                       container ('all' to pass all GPUs)
dmandalidis added a commit that referenced this issue Dec 15, 2019
@dmandalidis
Copy link
Owner

Hi @rwmajor2 , can you test the branch containing the feature?

I found some useful info at NVIDIA/nvidia-docker#1035

@rawlsstew
Copy link

Thank you for your work on this.
I am interested in starting GPU aware containers in a SWARM configuration. Can these Device Requests be used to make certain GPU resources available to containers running on SWARM nodes?

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

3 participants