Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

install nvidia cuda toolkit 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

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 :: ubuntu power saving 
Shell :: wsl 2 reboot ubuntu 
Shell :: install itertools 
Shell :: Kali free ports 
Shell :: how to get rid of activate windows watermark 2021 
Shell :: What command do you use to pull any changes from the master repository into your local repository? 
Shell :: remove git from project in windows 
Shell :: jupyter python downkload 
Shell :: how to change my git default editor to vs code 
Shell :: how to install cuckoo sandbox 
Shell :: check if a variable is null in bash 
Shell :: powershell on linux 
Shell :: adonis make migration 
Shell :: bash scripts options 
Shell :: linux get user uid 
Shell :: install openai gym 
Shell :: how to check the parent branch in git 
Shell :: uninstall package with pip 
Shell :: watch distro linux 
Shell :: git add git commit 
Shell :: how to install winetricks 
Shell :: ubuntu openvpn client 
Shell :: minikube start with docker driver 
Shell :: sed digits 
Shell :: magento 2 configure cron command line 
Shell :: snap install slack 
Shell :: psycopg2-binary install for M1 
Shell :: bash set ifs to space 
Shell :: change file name in terminal 
Shell :: linux path environment variable 
ADD CONTENT
Topic
Content
Source link
Name
6+2 =