-
Notifications
You must be signed in to change notification settings - Fork 521
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 NVIDIA tools for GPU support in containers #1900
Merged
arnaldo2792
merged 2 commits into
bottlerocket-os:develop
from
arnaldo2792:nvidia-packages
Jan 13, 2022
Merged
Add NVIDIA tools for GPU support in containers #1900
arnaldo2792
merged 2 commits into
bottlerocket-os:develop
from
arnaldo2792:nvidia-packages
Jan 13, 2022
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
bcressey
reviewed
Jan 12, 2022
bcressey
reviewed
Jan 12, 2022
packages/nvidia-container-toolkit/nvidia-container-toolkit.spec
Outdated
Show resolved
Hide resolved
bcressey
reviewed
Jan 12, 2022
packages/nvidia-container-toolkit/nvidia-container-toolkit.spec
Outdated
Show resolved
Hide resolved
bcressey
reviewed
Jan 12, 2022
packages/nvidia-container-toolkit/nvidia-container-toolkit.spec
Outdated
Show resolved
Hide resolved
arnaldo2792
force-pushed
the
nvidia-packages
branch
from
January 13, 2022 00:47
bb4a5a3
to
b03c256
Compare
Forced push includes:
|
bcressey
approved these changes
Jan 13, 2022
jpculp
reviewed
Jan 13, 2022
etungsten
approved these changes
Jan 13, 2022
libnvidia-container provides a CLI to configure NVIDIA GPUs for orchestrated containers Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
This package is required to support NVIDIA GPUs within orchestrated containers Signed-off-by: Arnaldo Garcia Rincon <agarrcia@amazon.com>
arnaldo2792
force-pushed
the
nvidia-packages
branch
from
January 13, 2022 23:23
b03c256
to
1786f62
Compare
Forced push includes |
jpculp
approved these changes
Jan 13, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue number:
N / A
Description of changes:
Related to #1799 , that PR is quite big. I'm taking some of the commits in that PR as their individual PR. The packages in this PR were build in #1799, but this PR also updates the packages to their latest versions.
Testing done:
I included both commits in a local branch based on #1799, and I launched a container with k8s. I was able to execute
nvidia-smi
from the container:Terms of contribution:
By submitting this pull request, I agree that this contribution is dual-licensed under the terms of both the Apache License, version 2.0, and the MIT license.