CUDA Install

Creator
Creator
Seonglae Cho
Created
Created
2020 Oct 11 9:51
Editor
Edited
Edited
2023 May 8 7:42
Refs
Refs

Windows

choco install cuda --version 10.1
 
 

Ubuntu 20.04

sudo apt install linux-headers-$(uname -r) curl -O 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 sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub sudo apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/7fa2af80.pub sudo add-apt-repository "deb https://developer.download.nvidia.com/compute/cuda/repos/ubuntu2004/x86_64/ /" sudo apt update sudo apt -y install cuda sudo reboot
 
 
 
 
 
 
 
 

Recommendations