-
Notifications
You must be signed in to change notification settings - Fork 629
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
Conversation
Signed-off-by: ptredak <ptredak@nvidia.com>
Dockerfile.deps
Outdated
@@ -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 - && \ |
There was a problem hiding this comment.
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?
There was a problem hiding this comment.
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.
Signed-off-by: Cliff Woolley <jwoolley@nvidia.com>
After merge, we'll need to cherry-pick this into the |
* Update nvJPEG to 0.1.2 Signed-off-by: Cliff Woolley <jwoolley@nvidia.com>
* Update nvJPEG to 0.1.2 Signed-off-by: Cliff Woolley <jwoolley@nvidia.com> Signed-off-by: Andrei <andreii@nvidia.com>
Signed-off-by: ptredak ptredak@nvidia.com