Skip to content

Commit

Permalink
add gpu driver container 550.90.12
Browse files Browse the repository at this point in the history
Signed-off-by: Tariq Ibrahim <[email protected]>
  • Loading branch information
tariq1890 committed Sep 18, 2024
1 parent 98ebb71 commit c640841
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ metadata:
"driverType": "gpu",
"repository": "nvcr.io/nvidia",
"image": "driver",
"version": "sha256:858de27c152669f5a3cf4287406405b16dd5bb70c0373324eb735511997bb415",
"version": "sha256:514209d2d574afd2ee0c7c96eeb95260ad9bc071f376435f45110af65da1a5bf",
"nodeSelector": {},
"manager": {},
"repoConfig": {
Expand Down Expand Up @@ -209,7 +209,7 @@ spec:
- name: container-toolkit-image
image: nvcr.io/nvidia/k8s/container-toolkit@sha256:f95ef6a0c377e011bc0561c7d2c2bf32e45106fb0ba91ae9a10f97236ded0581
- name: driver-image
image: nvcr.io/nvidia/driver@sha256:858de27c152669f5a3cf4287406405b16dd5bb70c0373324eb735511997bb415
image: nvcr.io/nvidia/driver@sha256:514209d2d574afd2ee0c7c96eeb95260ad9bc071f376435f45110af65da1a5bf
- name: driver-image-535
image: nvcr.io/nvidia/driver@sha256:a6d12fb5753f267dda25dfd38910f972bc632c006a24107fa50e20bba3642d7c
- name: driver-image-560
Expand Down Expand Up @@ -868,7 +868,7 @@ spec:
- name: "DEVICE_PLUGIN_IMAGE"
value: "nvcr.io/nvidia/k8s-device-plugin@sha256:7ad2c9f71fe06f9f7745ac8635f46740fbdff4f11edd468addfab81afcdfa534"
- name: "DRIVER_IMAGE"
value: "nvcr.io/nvidia/driver@sha256:858de27c152669f5a3cf4287406405b16dd5bb70c0373324eb735511997bb415"
value: "nvcr.io/nvidia/driver@sha256:514209d2d574afd2ee0c7c96eeb95260ad9bc071f376435f45110af65da1a5bf"
- name: "DRIVER_IMAGE-535"
value: "nvcr.io/nvidia/driver@sha256:a6d12fb5753f267dda25dfd38910f972bc632c006a24107fa50e20bba3642d7c"
- name: "DRIVER_IMAGE-560"
Expand Down
2 changes: 1 addition & 1 deletion config/samples/nvidia_v1alpha1_nvidiadriver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
driverType: gpu
repository: nvcr.io/nvidia
image: driver
version: "550.90.07"
version: "550.90.12"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
nodeSelector: {}
Expand Down
2 changes: 1 addition & 1 deletion deployments/gpu-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ driver:
usePrecompiled: false
repository: nvcr.io/nvidia
image: driver
version: "550.90.07"
version: "550.90.12"
imagePullPolicy: IfNotPresent
imagePullSecrets: []
startupProbe:
Expand Down

0 comments on commit c640841

Please sign in to comment.