-
Notifications
You must be signed in to change notification settings - Fork 441
Refactor the CUDA container spec #1961
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
Conversation
e058e69
to
24c9ace
Compare
24c9ace
to
90b3cfb
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.
What I've found so far. I'll be running a build shortly to test.
@fabiendupont did you mean "replaces #992"? seems unrelated |
Thanks. Reference updated. |
90b3cfb
to
7142e6a
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 a missing letter...
7142e6a
to
a21a108
Compare
a21a108
to
9584d23
Compare
9584d23
to
369baf3
Compare
369baf3
to
c6b1a20
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.
one nit but otherwise LGTM
c6b1a20
to
ce71b74
Compare
ce71b74
to
8033779
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.
typo on var name
This change modifies the Containerfile for NVIDIA CUDA to: - Use CentOS Stream 9 as the default base image. UBI9 also works - Install the NVIDIA packages from NVIDIA repository for exact CUDA version - Add NVIDIA scripts from `nvcr.io/nvidia/cuda` image for copyrights... - Install the Python packages in a Python 3.11 virtualenv - Install instructlab package from PyPI - Allow specifying the instructlab version at build time - Make the final container rootless Resolves instructlab#899 Replaces instructlab#992 Replaces instructlab#994 Signed-off-by: Fabien Dupont <fdupont@redhat.com>
55f123e
to
69f9113
Compare
This change modifies the Containerfile for NVIDIA CUDA to:
nvcr.io/nvidia/cuda
image for copyrights...Resolves #899
Replaces #932
Replaces #994