Update readme.md

This commit is contained in:
Marcos Luciano
2022-06-28 19:03:32 -03:00
committed by GitHub
parent d8a263b4d5
commit f484a33648

View File

@@ -140,7 +140,7 @@ sudo apt autoremove --purge && sudo apt autoclean && sudo apt clean
#### 3. Install CUDA Keyring #### 3. Install CUDA Keyring
``` ```
wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/cuda-keyring_1.0-1_all.deb wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-keyring_1.0-1_all.deb
sudo dpkg -i cuda-keyring_1.0-1_all.deb sudo dpkg -i cuda-keyring_1.0-1_all.deb
sudo apt-get update sudo apt-get update
``` ```