Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 611 Bytes

cuda_install_guide.md

File metadata and controls

17 lines (12 loc) · 611 Bytes

Assuminng NVIDIA drivers present

wget https://developer.download.nvidia.com/compute/cuda/12.5.1/local_installers/cuda_12.5.1_555.42.06_linux.run
chmod +x cuda_12.5.1_555.42.06_linux.run
sudo ./cuda_12.5.1_555.42.06_linux.run

Note: Make sure that the cuda version (above 555) matches the driver version. Newest cuda drivers can be downloaded from https://developer.nvidia.com/cuda-downloads.

Additionally, disabling the GUI via ctrl+alt+f3 (ubuntu) and subsequently running:

sudo systemctl isolate multi-user.target

is recommended.