본문 바로가기
PC 환경설정

ubuntu 18.04 CUDA 설치하기

by 코딩새내기_ 2021. 6. 26.

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

를 치시고

 

이렇게 나오시면 완료입니다!!

 

 

댓글