Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update nvJPEG to 0.1.2 #79

Merged
merged 2 commits into from
Jul 30, 2018
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.deps
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ RUN CUDA_VERSION=9.0 && \
rm -f cuda_${CUDA_BUILD}_linux-run

# NVJPEG
RUN NVJPEG_VERSION=9.0 && \
RUN NVJPEG_VERSION=9.0-v0.1.2 && \
NVJPEG_BUILD=9.0.462 && \
curl -L https://developer.download.nvidia.com/compute/redist/libnvjpeg/cuda-linux64-nvjpeg-${NVJPEG_VERSION}.tar.gz | tar -xzf - && \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NVJPEG _BUILD is not changing?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It should change, yes. Or just delete that line.

cd /cuda-linux64-nvjpeg/ && \
Expand Down