Skip to content

Commit

Permalink
Update libjpeg2k (#5742)
Browse files Browse the repository at this point in the history
Signed-off-by: Kamil Tokarski <[email protected]>
  • Loading branch information
stiepan authored Dec 10, 2024
1 parent 8a1d476 commit a354d8e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda118.aarch64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.8.0/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
RUN NVJPEG2K_VERSION=0.8.1.40-1 && \
CUDA_VERSION_MAJOR=11 && \
CUDA_VERSION_MINOR=8 && \
apt-get update && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda118.x86_64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/11.8.0/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
RUN NVJPEG2K_VERSION=0.8.1.40-1 && \
CUFILE_VERSION=1.4.0.31-1 && \
NVCOMP_VERSION=2.6.1 && \
CUDA_VERSION_MAJOR=11 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda126.aarch64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/12.6.3/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

RUN NVJPEG2K_VERSION=0.8.0.38-1 && \
RUN NVJPEG2K_VERSION=0.8.1.40-1 && \
CUFILE_VERSION=1.11.1.6-1 && \
CUDA_VERSION_MAJOR=12 && \
CUDA_VERSION_MINOR=6 && \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cuda126.x86_64.deps
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN curl -LO https://developer.download.nvidia.com/compute/cuda/12.6.3/local_ins
./cuda_*.run --silent --no-opengl-libs --toolkit && \
rm -f cuda_*.run;

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

0 comments on commit a354d8e

Please sign in to comment.