-
Notifications
You must be signed in to change notification settings - Fork 0
20_GPU
Davood Dorostkar edited this page Apr 30, 2024
·
3 revisions
lspci | grep -i nvidia
gcc --version
nvcc --version
sudo apt-get install linux-headers-$(uname -r)
sudo apt-get update
sudo apt-get install cuda-toolkit
sudo apt-get install -y cuda-drivers
sudo apt install nvidia-cuda-toolkit
choose the latest driver:
sudo apt-get install cuda-drivers-<latest>
references: cuda cuda secondary