-
Notifications
You must be signed in to change notification settings - Fork 4
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
switch to nvcr.io registry and update from ubi8 to ubi9 #14
base: main
Are you sure you want to change the base?
Conversation
04bd3c4
to
40ae0b3
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.
How is this different to #12 (with the exception of the switch to ubi9
)?
This PR also switches to the |
40ae0b3
to
2299bd1
Compare
Signed-off-by: Tariq Ibrahim <tibrahim@nvidia.com>
2299bd1
to
3709b48
Compare
@elezar I've rebased and retitled the PR |
Signed-off-by: Evan Lezar <elezar@nvidia.com>
Signed-off-by: Evan Lezar <elezar@nvidia.com>
|
||
ARG SAMPLE_NAME | ||
ENV SAMPLE_NAME ${SAMPLE_NAME} | ||
|
||
ARG DEBIAN_FRONTEND=noninteractive | ||
RUN apt-get update && apt-get install -y --no-install-recommends \ | ||
cuda-nvcc-12-6 \ |
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.
@tariq1890 we'd have to do the same for the ubi9
image.
No description provided.