Skip to content

Commit

Permalink
Update nvJPEG to 0.1.2 (NVIDIA#79)
Browse files Browse the repository at this point in the history
* Update nvJPEG to 0.1.2

Signed-off-by: Cliff Woolley <[email protected]>
  • Loading branch information
ptrendx authored and cliffwoolley committed Jul 30, 2018
1 parent 22f6527 commit 76fe5df
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,10 @@ RUN CUDA_VERSION=9.0 && \
rm -f cuda_${CUDA_BUILD}_linux-run

# NVJPEG
RUN NVJPEG_VERSION=9.0 && \
NVJPEG_BUILD=9.0.462 && \
curl -L https://developer.download.nvidia.com/compute/redist/libnvjpeg/cuda-linux64-nvjpeg-${NVJPEG_VERSION}.tar.gz | tar -xzf - && \
RUN NVJPEG_VERSION=0.1.2 && \
NVJPEG_BUILD=9.0-v${NVJPEG_VERSION} && \
curl -L https://developer.download.nvidia.com/compute/redist/libnvjpeg/cuda-linux64-nvjpeg-${NVJPEG_BUILD}.tar.gz | tar -xzf - && \
cd /cuda-linux64-nvjpeg/ && \
mv lib64/libnvjpeg*.a* /usr/local/lib/ && \
mv include/nvjpeg.h /usr/local/include/ && \
rm -rf /cuda-linux64-nvjpeg


0 comments on commit 76fe5df

Please sign in to comment.