We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f08a10 commit 3f689f5Copy full SHA for 3f689f5
infrastructure/controllers/nvidia-device-plugin/nvidia-powerlimit-daemonset.yaml
@@ -38,7 +38,7 @@ spec:
38
priorityClassName: "system-node-critical"
39
initContainers:
40
- name: set-power-limit
41
- image: nvidia/cuda:12.9.1-base-ubuntu22.04
+ image: nvidia/cuda:13.0.1-base-ubuntu22.04
42
command: [ "/bin/bash", "-c" ]
43
args:
44
- |
@@ -80,7 +80,7 @@ spec:
80
memory: 256Mi
81
containers:
82
- name: power-monitor
83
84
85
86
0 commit comments