Skip to content

Commit 923969d

Browse files
Update alternatives for nvcc and nvml
Signed-off-by: Carlos Eduardo Arango Gutierrez <[email protected]>
1 parent 378a067 commit 923969d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/nbody/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG DEBIAN_FRONTEND=noninteractive
2121
RUN apt-get update && apt-get install -y --no-install-recommends \
2222
build-essential \
2323
cmake \
24-
cuda-nvcc-12-9 \
24+
cuda-nvcc-13-0 \
2525
g++ \
2626
curl \
2727
freeglut3-dev \
@@ -34,7 +34,7 @@ WORKDIR /build
3434

3535
ARG TARGETARCH
3636

37-
ARG CUDA_SAMPLES_VERSION=v12.9
37+
ARG CUDA_SAMPLES_VERSION=v13.0
3838
RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${CUDA_SAMPLES_VERSION} | \
3939
tar -xzvf - --strip-components=1 --wildcards */${SAMPLE_NAME}/* --wildcards */Common/* && \
4040
cd $(find /build/Samples -iname "${SAMPLE_NAME}") && \

0 commit comments

Comments
 (0)