Skip to content

Commit

Permalink
cudnn no longer available on debian10
Browse files Browse the repository at this point in the history
  • Loading branch information
cjac committed Jan 22, 2025
1 parent 0328586 commit 906baea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gpu/install_gpu_driver.sh
Original file line number Diff line number Diff line change
Expand Up @@ -717,6 +717,7 @@ function is_src_os() ( set +x ; [[ "${GPU_DRIVER_PROVIDER}" == "OS" ]] ; )

function install_nvidia_cudnn() {
if test -f "${workdir}/complete/cudnn" ; then return ; fi
if le_debian10 ; then return ; fi
local major_version
major_version="${CUDNN_VERSION%%.*}"
local cudnn_pkg_version
Expand Down

0 comments on commit 906baea

Please sign in to comment.