Skip to content

Commit 527daea

Browse files
committed
bump cuda packages to sync with the cuda base image
Signed-off-by: Tariq Ibrahim <[email protected]>
1 parent 581bd04 commit 527daea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ FROM nvcr.io/nvidia/cuda:13.0.0-base-ubi9 AS sample-builder
7474

7575
RUN dnf install -y --allowerasing \
7676
cmake \
77-
cuda-cudart-devel-12-9 \
78-
cuda-nvcc-12-9 \
77+
cuda-cudart-devel-13-0 \
78+
cuda-nvcc-13-0 \
7979
g++ \
8080
curl \
8181
&& \

0 commit comments

Comments
 (0)