Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
update cudnn from 7 to 8 for cu102 (#19506)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 committed Nov 10, 2020
1 parent f995e51 commit 6a59708
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/Dockerfile.build.ubuntu_gpu_cu102
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ COPY install/ubuntu_tutorials.sh /work/
RUN /work/ubuntu_tutorials.sh

ENV CUDA_VERSION=10.2.89
ENV CUDNN_VERSION=7.6.5.32
ENV CUDNN_VERSION=8.0.4.30
COPY install/ubuntu_cudnn.sh /work/
RUN /work/ubuntu_cudnn.sh

Expand Down

0 comments on commit 6a59708

Please sign in to comment.