Skip to content

Commit 3f689f5

Browse files
Update nvidia/cuda Docker tag to v13
1 parent 4f08a10 commit 3f689f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

infrastructure/controllers/nvidia-device-plugin/nvidia-powerlimit-daemonset.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
priorityClassName: "system-node-critical"
3939
initContainers:
4040
- name: set-power-limit
41-
image: nvidia/cuda:12.9.1-base-ubuntu22.04
41+
image: nvidia/cuda:13.0.1-base-ubuntu22.04
4242
command: [ "/bin/bash", "-c" ]
4343
args:
4444
- |
@@ -80,7 +80,7 @@ spec:
8080
memory: 256Mi
8181
containers:
8282
- name: power-monitor
83-
image: nvidia/cuda:12.9.1-base-ubuntu22.04
83+
image: nvidia/cuda:13.0.1-base-ubuntu22.04
8484
command: [ "/bin/bash", "-c" ]
8585
args:
8686
- |

0 commit comments

Comments
 (0)