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 581bd04 commit f28f94cCopy full SHA for f28f94c
docker/Dockerfile
@@ -70,7 +70,7 @@ RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \
70
curl -LO https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/${OS_ARCH}/kubectl && \
71
chmod +x ./kubectl
72
73
-FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 AS sample-builder
+FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS sample-builder
74
75
RUN dnf install -y --allowerasing \
76
cmake \
0 commit comments