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
$ sudo apt update
$ sudo apt install nvidia-cuda-toolkit
Also in C++:
- bash array
- how to search in a directory files in linux
- bitnami wordpress maximum upload file size 40 mb
- git configure upstream for branch push and pull
- rollback ubuntu system
- uninstall libxcb
- Flutter plugin not installed; this adds Flutter specific functionality
- bash variable in string
- install react app using npm
- No such module 'Capacitor'
- react natibe debugger
- Failed to start Docker Application Container Engine
- ubuntu remove application
- start redis ubuntu
- ubuntu install gerrit
- The following signatures couldn't be verified because the public key is not available: NO_PUBKEY
- linux execute as user
- terraform state
- how to get process id in linux
- ubuntu system restart required
- how to completely uninstall android studio mac
- makefile parameter
- laravel/sail
- E: Could not get lock /var/lib/dpkg/lock-frontend - open (11: Resource temporarily unavailable) E: Unable to acquire the dpkg frontend lock (/var/lib/dpkg/lock-frontend), is another process using it?