본문 바로가기

Data Science/Deep Learning

[딥러닝 환경설정] 우분투(Ubuntu) GPU 원격 서버 환경설정 관련 참고 사이트

728x90

출처 : https://cdn.codingworldnews.com/news/photo/202103/img_2650_0.jpg

 

 

1.     Ubuntu 사용자 계정 추가

https://psychoria.tistory.com/707

-        sudo 권한 부여하기 : https://thebook.io/006718/part01/ch03/02/03/

 

 

2. GPU 모델 확인

2021.07.01 - [분류 전체보기] - Ubuntu 장착된 GPU 모델 확인 방법

 

Ubuntu 장착된 GPU 모델 확인 방법

아래의 명령어를 이용하여 GPU 모델과 커널 모듈 정보를 확인 lspci -k 출력된 많은 코드 중에, 아래와 같이 VGA compatible controller: ~로 시작하는 코드가 보인다면 대괄호[ ] 안에 적혀 있는 것이 본인

min23th.tistory.com

 

 

3. 우분투 배포판 버전 확인

- 예시 ) ubuntu1804

 

4.     NVIDIA GPU 드라이버 설치

-    NVDIA 드라이버 설치 확인

cat /proc/driver/nvidia/version

-    설치 방법 참고 사이트

https://hiseon.me/linux/ubuntu/install_nvidia_driver/

 

5.     CUDA Toolkit 설치

-    nvidia-smi로 추천 버전 확인

nvidia-smi

 

https://developer.nvidia.com/cuda-toolkit-archive

CUDA 삭제 : https://www.steemzzang.com/zzan/@fillow/cuda-toolkit-cudnn

 

6.     CUDNN 설치

https://docs.nvidia.com/deeplearning/cudnn/install-guide/index.html

https://webnautes.tistory.com/1428

 

 

7.     Anaconda 설치

https://www.linode.com/docs/guides/how-to-install-anaconda/ 

wget https://repo.anaconda.com/archive/Anaconda3-2021.05-Linux-x86_64.sh
bash ~/Downloads/Anaconda3-2021.05-Linux-x86_64.sh

 

 

8.     우분투에서 쥬피터 환경설정 방법

https://koos808.tistory.com/39?category=1134953

반응형