Skip to content

Commit

Permalink
Move to CUDA 12.6U1 (#5616)
Browse files Browse the repository at this point in the history
Signed-off-by: Janusz Lisiecki <jlisiecki@nvidia.com>
  • Loading branch information
JanuszL committed Sep 5, 2024
1 parent 22304f4 commit 4c3ec3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile.cuda126.aarch64.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/12.6.0/local_installers/cuda_12.6.0_560.28.03_linux_sbsa.run && \
RUN curl -LO https://developer.download.nvidia.com/compute/cuda/12.6.1/local_installers/cuda_12.6.1_560.35.03_linux_sbsa.run && \
chmod +x cuda_*.run && \
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
CUFILE_VERSION=1.11.0.15-1 && \
CUFILE_VERSION=1.11.1.6-1 && \
CUDA_VERSION_MAJOR=12 && \
CUDA_VERSION_MINOR=6 && \
apt-get update && \
Expand Down
4 changes: 2 additions & 2 deletions docker/Dockerfile.cuda126.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/12.6.0/local_installers/cuda_12.6.0_560.28.03_linux.run && \
RUN curl -LO https://developer.download.nvidia.com/compute/cuda/12.6.1/local_installers/cuda_12.6.1_560.35.03_linux.run && \
chmod +x cuda_*.run && \
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
CUFILE_VERSION=1.11.0.15-1 && \
CUFILE_VERSION=1.11.1.6-1 && \
NVCOMP_VERSION=2.6.1 && \
CUDA_VERSION_MAJOR=12 && \
CUDA_VERSION_MINOR=6 && \
Expand Down

0 comments on commit 4c3ec3c

Please sign in to comment.