Skip to content

Commit

Permalink
update cudnn from 7 to 8 for cu102 (apache#19522)
Browse files Browse the repository at this point in the history
  • Loading branch information
mseth10 authored and Joe Evans committed Dec 8, 2020
1 parent a7a433b commit 7725970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/docker/install/ubuntu_cudnn.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ case ${CUDA_VERSION} in
export libcudnn_dev_version="${CUDNN_VERSION}-1+cuda11.0"
;;
10\.2*)
export libcudnn_package="libcudnn7"
export libcudnn_package="libcudnn8"
export libcudnn_version="${CUDNN_VERSION}-1+cuda10.2"
export libcudnn_dev_version="${CUDNN_VERSION}-1+cuda10.2"
;;
Expand Down

0 comments on commit 7725970

Please sign in to comment.