update CUDA Installers to include NVIDIA's new segmented packaging

fix-non-showing-inputs
Moe Alam 2020-10-27 20:56:18 -07:00
parent 0a3539e8b1
commit 9f2e6307cb
3 changed files with 5 additions and 2 deletions

View File

@ -12,8 +12,9 @@ if [ -x "$(command -v apt)" ]; then
sudo apt-get update -y
sudo apt-get -o Dpkg::Options::="--force-overwrite" install cuda-toolkit-10-2 -y --no-install-recommends
sudo apt-get -o Dpkg::Options::="--force-overwrite" install cuda-toolkit-10-2 -y --no-install-recommends
sudo apt-get -o Dpkg::Options::="--force-overwrite" install --fix-broken -y
sudo apt install nvidia-utils-440 nvidia-headless-440 -y
# Install CUDA DNN
wget https://cdn.shinobi.video/installers/libcudnn7_7.6.5.32-1+cuda10.2_amd64.deb -O cuda-dnn.deb

View File

@ -12,6 +12,7 @@ if [ -x "$(command -v apt)" ]; then
sudo apt-get -o Dpkg::Options::="--force-overwrite" install cuda-toolkit-10-0 -y --no-install-recommends
sudo apt-get -o Dpkg::Options::="--force-overwrite" install --fix-broken -y
sudo apt install nvidia-utils-440 nvidia-headless-440 -y
# Install CUDA DNN
wget https://cdn.shinobi.video/installers/libcudnn7_7.6.5.32-1+cuda10.0_amd64.deb -O cuda-dnn.deb

View File

@ -12,8 +12,9 @@ if [ -x "$(command -v apt)" ]; then
sudo apt-get update -y
sudo apt-get -o Dpkg::Options::="--force-overwrite" install cuda-toolkit-10-2 -y --no-install-recommends
sudo apt-get -o Dpkg::Options::="--force-overwrite" install nvidia-430 cuda-toolkit-10-2 -y --no-install-recommends
sudo apt-get -o Dpkg::Options::="--force-overwrite" install --fix-broken -y
sudo apt install nvidia-utils-440 nvidia-headless-440 -y
# Install CUDA DNN
wget https://cdn.shinobi.video/installers/libcudnn7_7.6.5.32-1+cuda10.2_amd64.deb -O cuda-dnn.deb