Created
February 12, 2024 11:19
-
-
Save csokun/475b48af01ecd44555a5b578920a98e1 to your computer and use it in GitHub Desktop.
Install CUDA on Arch Linux (Majaro)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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