Skip to content

Commit cda7b65

Browse files
authored
Bump up CUDA to 11.6U1 (#3709)
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
1 parent 023fe52 commit cda7b65

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docker/Dockerfile.cuda116.aarch64.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
66
RUN apt update && apt install -y libxml2 curl perl gcc && \
77
rm -rf /var/lib/apt/lists/*
88

9-
RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.0/local_installers/cuda_11.6.0_510.39.01_linux_sbsa.run && \
9+
RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.1/local_installers/cuda_11.6.1_510.47.03_linux_sbsa.run && \
1010
chmod +x cuda_*.run && \
1111
./cuda_*.run --silent --no-opengl-libs --toolkit && \
1212
rm -f cuda_*.run;

docker/Dockerfile.cuda116.x86_64.deps

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
66
RUN apt update && apt install -y libxml2 curl perl gcc && \
77
rm -rf /var/lib/apt/lists/*
88

9-
RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.0/local_installers/cuda_11.6.0_510.39.01_linux.run && \
9+
RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.1/local_installers/cuda_11.6.1_510.47.03_linux.run&& \
1010
chmod +x cuda_*.run && \
1111
./cuda_*.run --silent --no-opengl-libs --toolkit && \
1212
rm -f cuda_*.run;

0 commit comments

Comments
 (0)