Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

how to install cuda on ubuntu 20.04

wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/cuda-ubuntu2004.pin
sudo mv cuda-ubuntu2004.pin /etc/apt/preferences.d/cuda-repository-pin-600
wget http://developer.download.nvidia.com/compute/cuda/11.0.2/local_installers/cuda-repo-ubuntu2004-11-0-local_11.0.2-450.51.05-1_amd64.deb
sudo apt install ./cuda-repo-ubuntu2004-11-0-local_11.0.2-450.51.05-1_amd64.deb
sudo apt-key add /var/cuda-repo-ubuntu2004-11-0-local/7fa2af80.pub
sudo apt-get update
sudo apt-get -y install cuda
Comment

PREVIOUS NEXT
Code Example
Shell :: close terminal commang 
Shell :: git remove file from commit 
Shell :: bcryptjs 
Shell :: zoom is not open in ubutnu 
Shell :: bash adding floats 
Shell :: Push First repository 
Shell :: git pull request 
Shell :: chown command 
Shell :: gnutls_handshake() failed: Error in the pull function 
Shell :: how to add color in shell script 
Shell :: git message 
Shell :: git add new origin 
Shell :: install specific webpack version 
Shell :: cache github credentials ubuntu 
Shell :: redis reload config 
Shell :: remove all files in a directory linux that match pattern 
Shell :: installing appimage file ubuntu 
Shell :: bash call another script relative to current script 
Shell :: git reset specific file 
Shell :: grep if 
Shell :: laravel conf apache2 
Shell :: history delete linux 
Shell :: get ip address linux 
Shell :: setting up path in zsh 
Shell :: create mysql user and database from script 
Shell :: comparing file content bash 
Shell :: install pip ubuntu 
Shell :: allow-unauthenticated not working 
Shell :: umask linux 
Shell :: sed until first match 
ADD CONTENT
Topic
Content
Source link
Name
2+1 =