-
Notifications
You must be signed in to change notification settings - Fork 300
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
Simplify standalone installer #765
Conversation
2d685f7
to
dbed2e9
Compare
I've pulled out the addition of tests to #768. I would rather merge those first. |
dbed2e9
to
a71dcc2
Compare
a71dcc2
to
2a5d5c4
Compare
255d550
to
ba98e64
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just 2 nits, not blockers.
It would be good to add to the README a small section on how to use the installer from a container using docker
/podman
run
This is not (currently) a supported installation mechanism. |
Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
This change moves the containerized installer from nvidia-toolkit to cmd/nvidia-ctk-installer to allow for its use in CI. Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
Signed-off-by: Evan Lezar <[email protected]>
ba98e64
to
6bd292e
Compare
Upstream have integrated these into the main build since 1.16.x: * NVIDIA/nvidia-container-toolkit#722 * NVIDIA/nvidia-container-toolkit#765
This PR starts refactoring the toolkit installation process from the toolkit contianer.
The changes are non-functional and limited to:
The goal is to gradually move towards allowing #602 to be used for a single container image.