Skip to content

Instantly share code, notes, and snippets.

@csokun
Created February 12, 2024 11:19
Show Gist options
  • Save csokun/475b48af01ecd44555a5b578920a98e1 to your computer and use it in GitHub Desktop.
Save csokun/475b48af01ecd44555a5b578920a98e1 to your computer and use it in GitHub Desktop.
Install CUDA on Arch Linux (Majaro)
sudo pacman -S cuda cudnn
export PATH=$PATH:/opt/cuda/bin
nvcc --version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment