Skip to content

Commit f28f94c

Browse files
committed
do not bump image in the "sample-builder" stage
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 581bd04 commit f28f94c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ RUN OS_ARCH=${TARGETARCH/x86_64/amd64} && OS_ARCH=${OS_ARCH/aarch64/arm64} && \
7070
curl -LO https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/${OS_ARCH}/kubectl && \
7171
chmod +x ./kubectl
7272

73-
FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 AS sample-builder
73+
FROM nvcr.io/nvidia/cuda:12.9.1-base-ubi9 AS sample-builder
7474

7575
RUN dnf install -y --allowerasing \
7676
cmake \

0 commit comments

Comments
 (0)