Skip to content

Commit 1d3824a

Browse files
authored
Merge pull request #1700 from NVIDIA/bump-cuda-base-13.0.1
bump cuda base image to 13.0.1-ubi9
2 parents e91e327 + 22b062e commit 1d3824a

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

bundle/manifests/gpu-operator-certified.clusterserviceversion.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -216,13 +216,13 @@ spec:
216216
- name: mig-manager-image
217217
image: nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:3191cc0684e92d655e72fe9faf3da95fe6b8a6c2eb4ad396f75ba9b98c021aaf
218218
- name: init-container-image
219-
image: nvcr.io/nvidia/cuda@sha256:993f3678ce75c02b9ee17bd452acfdd856af6451cb33b0dfff8410bf69279c13
219+
image: nvcr.io/nvidia/cuda@sha256:d19fe621624c4eb6ac931b8558daa3ecc0c3f07f1e2a52e0267e083d22dceade
220220
- name: gpu-operator-validator-image
221221
image: ghcr.io/nvidia/gpu-operator:main-latest
222222
- name: k8s-driver-manager-image
223223
image: nvcr.io/nvidia/cloud-native/k8s-driver-manager@sha256:b689dfb7806ae51b0072620b47c26114f05477e8ad9725892ee10366e5d93d8d
224224
- name: vfio-manager-image
225-
image: nvcr.io/nvidia/cuda@sha256:993f3678ce75c02b9ee17bd452acfdd856af6451cb33b0dfff8410bf69279c13
225+
image: nvcr.io/nvidia/cuda@sha256:d19fe621624c4eb6ac931b8558daa3ecc0c3f07f1e2a52e0267e083d22dceade
226226
- name: sandbox-device-plugin-image
227227
image: nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:119de9a331a47203858b99901f44d0c4a8052961b4e60327f4b100d0ab8c9df0
228228
- name: vgpu-device-manager-image
@@ -912,9 +912,9 @@ spec:
912912
- name: "MIG_MANAGER_IMAGE"
913913
value: "nvcr.io/nvidia/cloud-native/k8s-mig-manager@sha256:3191cc0684e92d655e72fe9faf3da95fe6b8a6c2eb4ad396f75ba9b98c021aaf"
914914
- name: "CUDA_BASE_IMAGE"
915-
value: "nvcr.io/nvidia/cuda@sha256:993f3678ce75c02b9ee17bd452acfdd856af6451cb33b0dfff8410bf69279c13"
915+
value: "nvcr.io/nvidia/cuda@sha256:d19fe621624c4eb6ac931b8558daa3ecc0c3f07f1e2a52e0267e083d22dceade"
916916
- name: "VFIO_MANAGER_IMAGE"
917-
value: "nvcr.io/nvidia/cuda@sha256:993f3678ce75c02b9ee17bd452acfdd856af6451cb33b0dfff8410bf69279c13"
917+
value: "nvcr.io/nvidia/cuda@sha256:d19fe621624c4eb6ac931b8558daa3ecc0c3f07f1e2a52e0267e083d22dceade"
918918
- name: "SANDBOX_DEVICE_PLUGIN_IMAGE"
919919
value: "nvcr.io/nvidia/kubevirt-gpu-device-plugin@sha256:119de9a331a47203858b99901f44d0c4a8052961b4e60327f4b100d0ab8c9df0"
920920
- name: "VGPU_DEVICE_MANAGER_IMAGE"

deployments/gpu-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ operator:
8080
initContainer:
8181
repository: nvcr.io/nvidia
8282
image: cuda
83-
version: 13.0.0-base-ubi9
83+
version: 13.0.1-base-ubi9
8484
imagePullPolicy: IfNotPresent
8585
tolerations:
8686
- key: "node-role.kubernetes.io/master"
@@ -452,7 +452,7 @@ vfioManager:
452452
enabled: true
453453
repository: nvcr.io/nvidia
454454
image: cuda
455-
version: 13.0.0-base-ubi9
455+
version: 13.0.1-base-ubi9
456456
imagePullPolicy: IfNotPresent
457457
imagePullSecrets: []
458458
env: []

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
ARG GOLANG_VERSION=x.x.x
1616

17-
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS builder
17+
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi9 AS builder
1818

1919
RUN dnf install -y wget make git gcc
2020

@@ -55,7 +55,7 @@ ARG VERSION="unknown"
5555
ARG GIT_COMMIT="unknown"
5656
RUN make cmds
5757

58-
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS kubectl-downloader
58+
FROM nvcr.io/nvidia/cuda:13.0.1-base-ubi9 AS kubectl-downloader
5959

6060
RUN dnf install -y --allowerasing \
6161
curl \

0 commit comments

Comments
 (0)