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)"
정상 설치 된것을 확인 할 수 있다.
'Linux' 카테고리의 다른 글
83:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8125 2.5GbE Controller (rev 0c) rocky 8.x install (1) | 2025.04.30 |
---|---|
구축형 chatgpt(ollama-open-webui) for rocky 9.5 (1) | 2025.04.25 |
nvidia install for rocky 9.5 with 1080ti (2) | 2025.04.18 |
websvn install for rocky 8.x(viewvc대체) with dnf install websvn (1) | 2025.03.02 |
snipeit php 버전이 안맞아서 오류 발생 문제 해결 방법 (0) | 2025.02.19 |