@@ -198,19 +198,29 @@ if check_gpu lspci amdgpu || check_gpu lshw amdgpu; then
...
@@ -198,19 +198,29 @@ if check_gpu lspci amdgpu || check_gpu lshw amdgpu; then
exit 0
exit 0
fi
fi
CUDA_REPO_ERR_MSG="NVIDIA GPU detected, but your OS and Architecture are not supported by NVIDIA. Please install the CUDA driver manually https://docs.nvidia.com/cuda/cuda-installation-guide-linux/"
if curl -I--silent--fail--location"https://developer.download.nvidia.com/compute/cuda/repos/$1$2/$(uname-m)/cuda-keyring_1.1-1_all.deb">/dev/null ;then