Skip to content

Commit 5cc8303

Browse files
butler54claude
andcommitted
fix: use Red Hat gpu-verifier image for CC GPU workload testing
The NVIDIA cuda-sample images (cuda11.7.1, cuda12.5.0) have CUDA runtime version mismatches with the driver inside the kata VM GPU initrd (580.105.08). Switch to the Red Hat gpu-verifier:ubi9 image which bundles CUDA samples built for the correct driver version. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 38421d2 commit 5cc8303

1 file changed

Lines changed: 8 additions & 11 deletions

File tree

charts/coco-supported/gpu-workload/templates/gpu-vectoradd-deployment.yaml

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,14 @@ spec:
2121
spec:
2222
runtimeClassName: {{ .Values.runtimeClassName }}
2323
containers:
24-
- name: cuda-vectoradd
25-
image: nvcr.io/nvidia/k8s/cuda-sample:vectoradd-cuda12.5.0
24+
- name: gpu-cc-verifier
25+
image: quay.io/openshift_sandboxed_containers/gpu-verifier:ubi9
26+
command: ["/bin/bash"]
27+
args:
28+
- -c
29+
- |
30+
/opt/cuda-samples/Samples/0_Introduction/vectorAdd/build/vectorAdd
31+
sleep 36000
2632
resources:
2733
limits:
2834
nvidia.com/pgpu: 1
29-
securityContext:
30-
privileged: false
31-
allowPrivilegeEscalation: false
32-
runAsNonRoot: true
33-
capabilities:
34-
drop:
35-
- ALL
36-
seccompProfile:
37-
type: RuntimeDefault

0 commit comments

Comments
 (0)