Skip to content

Commit a92485a

Browse files
committed
switch to cuda base image
Signed-off-by: Swati Gupta <[email protected]>
1 parent 93cd479 commit a92485a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

templates/compute-domain-daemon.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
{{ .ComputeDomainLabelKey }}: {{ .ComputeDomainLabelValue }}
2323
containers:
2424
- name: compute-domain-daemon
25-
image: ubuntu:22.04
25+
image: nvcr.io/nvidia/cuda:12.2.0-base-ubuntu22.04
2626
command: [sh, -c]
2727
args:
2828
- |-

templates/mps-control-daemon.tmpl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
hostPID: true
2121
containers:
2222
- name: mps-control-daemon
23-
image: ubuntu:22.04
23+
image: nvcr.io/nvidia/cuda:12.2.0-base-ubuntu22.04
2424
securityContext:
2525
privileged: true
2626
command: [chroot, /driver-root, sh, -c]

0 commit comments

Comments
 (0)