Skip to content

Commit ca94393

Browse files
committed
cudnn no longer available on debian10
1 parent b1cd1d0 commit ca94393

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gpu/install_gpu_driver.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -717,6 +717,7 @@ function is_src_os() ( set +x ; [[ "${GPU_DRIVER_PROVIDER}" == "OS" ]] ; )
717717

718718
function install_nvidia_cudnn() {
719719
if test -f "${workdir}/complete/cudnn" ; then return ; fi
720+
if le_debian10 ; then return ; fi
720721
local major_version
721722
major_version="${CUDNN_VERSION%%.*}"
722723
local cudnn_pkg_version

0 commit comments

Comments
 (0)