We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1cd1d0 commit ca94393Copy full SHA for ca94393
gpu/install_gpu_driver.sh
@@ -717,6 +717,7 @@ function is_src_os() ( set +x ; [[ "${GPU_DRIVER_PROVIDER}" == "OS" ]] ; )
717
718
function install_nvidia_cudnn() {
719
if test -f "${workdir}/complete/cudnn" ; then return ; fi
720
+ if le_debian10 ; then return ; fi
721
local major_version
722
major_version="${CUDNN_VERSION%%.*}"
723
local cudnn_pkg_version
0 commit comments