Linux

1080ti cuda install for rocky 9.5

Naan 2025. 4. 20. 00:21
320x100

1080ti cuda install for rocky 9.5

https://algo79.tistory.com/2121

 

nvidia install for rocky 9.5 with 1080ti

nvidia install for rocky 9.5 with 1080tinvidia 설치를 하자.# dnf install epel-release epel repo 설치 해주고 삽질한 내용이니 아래는 따라 하지 말자-------------------------------------------------------------------------------------

algo79.tistory.com

 

위와 같이 수동으로 설치 했을때 cuda 설치 방법이다.

 

1080ti cuda 설치시 최신 버전 설치시 정상 작동이 안된다. 그래서 11.3 버전을 설치 해야 한다. 

설치하기 위해서

# dnf update -y

# dnf groupinstall "Development Tools" -y

# dnf install epel-release -y

# dnf install git python3 python3-pip -y

준비는 끝났다. 이제 설치 하자.

# pip install torch==1.12.1+cu113 torchvision==0.13.1+cu113 torchaudio==0.12.1 -f https://download.pytorch.org/whl/torch_stable.html

# python -c "import torch; print(torch.__version__); print(torch.cuda.is_available()); print(torch.version.cuda)"

정상 설치 된것을 확인 할 수 있다.

 

 

728x90
320x100