Skip to content

Commit

Permalink
Update to CUDA 11.6u2 (#3764)
Browse files Browse the repository at this point in the history
* Update to CUDA 11.6u2

Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
  • Loading branch information
JanuszL committed Mar 29, 2022
1 parent 2db4382 commit 568826f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda116.aarch64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y libxml2 curl perl gcc && \
rm -rf /var/lib/apt/lists/*

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 && \
RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.6.2/local_installers/cuda_11.6.2_510.47.03_linux_sbsa.run && \
chmod +x cuda_*.run && \
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;
4 changes: 2 additions & 2 deletions docker/Dockerfile.cuda116.x86_64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ ENV DEBIAN_FRONTEND=noninteractive
RUN apt update && apt install -y libxml2 curl perl gcc && \
rm -rf /var/lib/apt/lists/*

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

RUN NVJPEG2K_VERSION=0.4.0.24-1 && \
CUFILE_VERSION=1.2.0.100-1 && \
CUFILE_VERSION=1.2.1.4-1 && \
apt-get update && \
apt-get install wget software-properties-common -y && \
wget -qO - https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub | apt-key add - && \
Expand Down

0 comments on commit 568826f

Please sign in to comment.