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

update libcudnn from 7 to 8 for cu102 #19522

Merged
merged 1 commit into from
Nov 12, 2020
Merged
Changes from all commits
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 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