Fix CUDA apt pointer

const-conversion
Moe 2020-07-22 21:22:25 -07:00
parent e6b5f42ce4
commit 8469de215e
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ if [ -x "$(command -v apt)" ]; then
sudo apt-get update -y
sudo apt-get -o Dpkg::Options::="--force-overwrite" install cuda -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
# Install CUDA DNN

View File

@ -12,7 +12,7 @@ if [ -x "$(command -v apt)" ]; then
sudo apt-get update -y
sudo apt-get -o Dpkg::Options::="--force-overwrite" install cuda -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
# Install CUDA DNN