Rebase public Precompiled Driver Container for Ubuntu 22.04 with non-CUDA base image#711
Rebase public Precompiled Driver Container for Ubuntu 22.04 with non-CUDA base image#711
Conversation
9f64c10 to
f87457e
Compare
| pkg-config && \ | ||
| rm -rf /var/lib/apt/lists/* | ||
|
|
||
| # Fetch GPG keys for CUDA repo |
There was a problem hiding this comment.
https://manpages.debian.org/bookworm/apt/apt-key.8.en.html: apt-key depreciation : pipeline error : for gpg installation :
https://github.com/NVIDIA/gpu-driver-container/actions/runs/24650612968/job/72072452033
https://developer.nvidia.com/blog/updating-the-cuda-linux-gpg-repository-key/ : key installation
|
The PR looks good to me. I am not sure why we didn't used cuda-keyring package in the past as its been 4 years since its available. So would like to get more info on this from @tariq1890 @cdesiniotis Have you also tested the built image on any cluster to see if drivers are successfully installed and gpu-operator stack comes up fine? |
yes |
| @@ -1,4 +1,6 @@ | |||
| FROM nvcr.io/nvidia/cuda:13.2.0-base-ubuntu22.04 | |||
| ARG BASE_IMAGE=nvcr.io/nvidia/base/ubuntu:jammy-20260217 | |||
There was a problem hiding this comment.
| ARG BASE_IMAGE=nvcr.io/nvidia/base/ubuntu:jammy-20260217 | |
| ARG BASE_IMAGE=ubuntu:jammy-20260410 |
There was a problem hiding this comment.
Let's make a similar change in ubuntu 24.04 as well
…CUDA base image Signed-off-by: Shiva Kumar (SW-CLOUD) <shivaku@nvidia.com>
3696066 to
2dc4fe7
Compare
No description provided.