From 38ee73e9a79f68f1cc7c9b020a1efd5cbf1cd50a Mon Sep 17 00:00:00 2001 From: Kevin Klues Date: Fri, 13 Sep 2024 18:16:14 +0000 Subject: [PATCH] Replace cuda-sample image for nbody with older CUDA image The latest image claims to be multi-arch, but the when pulled on an arm64 system, it errors out with "wrong exec format". The older image works as expected. Signed-off-by: Kevin Klues --- demo/specs/quickstart/gpu-test5.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/demo/specs/quickstart/gpu-test5.yaml b/demo/specs/quickstart/gpu-test5.yaml index e8cf652d..7bce6f37 100644 --- a/demo/specs/quickstart/gpu-test5.yaml +++ b/demo/specs/quickstart/gpu-test5.yaml @@ -53,28 +53,28 @@ metadata: spec: containers: - name: ts-ctr0 - image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1-ubuntu18.04 + image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0-ubuntu18.04 args: ["--benchmark", "--numbodies=4226000"] resources: claims: - name: shared-gpus request: ts-gpu - name: ts-ctr1 - image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1-ubuntu18.04 + image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0-ubuntu18.04 args: ["--benchmark", "--numbodies=4226000"] resources: claims: - name: shared-gpus request: ts-gpu - name: mps-ctr0 - image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1-ubuntu18.04 + image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0-ubuntu18.04 args: ["--benchmark", "--numbodies=4226000"] resources: claims: - name: shared-gpus request: mps-gpu - name: mps-ctr1 - image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.7.1-ubuntu18.04 + image: nvcr.io/nvidia/k8s/cuda-sample:nbody-cuda11.6.0-ubuntu18.04 args: ["--benchmark", "--numbodies=4226000"] resources: claims: