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 378a067 commit 923969dCopy full SHA for 923969d
deployments/container/nbody/Dockerfile
@@ -21,7 +21,7 @@ ARG DEBIAN_FRONTEND=noninteractive
21
RUN apt-get update && apt-get install -y --no-install-recommends \
22
build-essential \
23
cmake \
24
- cuda-nvcc-12-9 \
+ cuda-nvcc-13-0 \
25
g++ \
26
curl \
27
freeglut3-dev \
@@ -34,7 +34,7 @@ WORKDIR /build
34
35
ARG TARGETARCH
36
37
-ARG CUDA_SAMPLES_VERSION=v12.9
+ARG CUDA_SAMPLES_VERSION=v13.0
38
RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${CUDA_SAMPLES_VERSION} | \
39
tar -xzvf - --strip-components=1 --wildcards */${SAMPLE_NAME}/* --wildcards */Common/* && \
40
cd $(find /build/Samples -iname "${SAMPLE_NAME}") && \
0 commit comments