Jump to content

CUDA: Difference between revisions

5 bytes removed ,  16 January 2022
Line 17: Line 17:
sudo apt update
sudo apt update


# Install NVIDIA driver and reboot
# Install NVIDIA driver and cuda.
sudo apt install nvidia-driver-470 && sudo reboot
sudo apt install nvidia-driver-510 cuda
 
# Reboot and check that the drivers are working with nvidia-smi
# Check that GPUs are visible using nvidia-smi
sudo reboot
sudo apt install cuda


# Install cudnn (Optional)
# Install cudnn (Optional)