ubuntu 18.04에 CUDA 설치하는 방법을 포스팅하겠습니다~
저는 RTX3080에서 cuda11.2버전을 설치해보겠습니다.
https://developer.nvidia.com/cuda-toolkit-archive
CUDA Toolkit Archive
Previous releases of the CUDA Toolkit, GPU Computing SDK, documentation and developer drivers can be found using the links below. Please select the release you want from the list below, and be sure to check www.nvidia.com/drivers for more recent production
developer.nvidia.com
여기 들어가셔서 원하는 버전을 클릭하세요.
저는 CUDA TOOLKIT 11.2.2을 선택하였습니다.
위 명령어 순서대로 입력하시면 됩니다.
마지막으로
export PATH=/usr/local/cuda-11.2/bin:$PATH
export LD_LIBRARY_PATH=/usr/local/cuda-11.2/lib64:$LD_LIBRARY_PATH
를 치시고
이렇게 나오시면 완료입니다!!
'PC 환경설정' 카테고리의 다른 글
docker에서 pyqt5설치 (0) | 2021.09.19 |
---|---|
YOLOv4 모델을 tensorrt로 최적화 실습 (0) | 2021.06.27 |
docker: Error response from daemon: could not select device driver "" with capabilities: [[gpu]]. 에러 해결법 (0) | 2021.06.26 |
댓글