mirror of
https://github.com/marian-nmt/marian.git
synced 2024-11-03 20:13:47 +03:00
Add --allow-unauthenticated when installing CUDA (#878)
This commit is contained in:
parent
6652b310b1
commit
8d0a3c0c27
@ -91,7 +91,7 @@ sudo add-apt-repository "deb ${REPO_URL} /"
|
||||
sudo apt-get update
|
||||
|
||||
echo "Installing CUDA packages ${CUDA_PACKAGES}"
|
||||
sudo apt-get -y install ${CUDA_PACKAGES}
|
||||
sudo apt-get -y --allow-unauthenticated install ${CUDA_PACKAGES}
|
||||
|
||||
if [[ $? -ne 0 ]]; then
|
||||
echo "CUDA Installation Error."
|
||||
|
Loading…
Reference in New Issue
Block a user