Update Tutorial
parent
8d27a7893c
commit
0fbda5dde9
11
Tutorial.md
11
Tutorial.md
|
@ -102,6 +102,17 @@
|
||||||
# sh get-docker.sh
|
# sh get-docker.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
* docker NVIDIA GPU 지원 (nvidia-container-toolkit) 설치
|
||||||
|
1. APT 패키지 정보 추가
|
||||||
|
```bash
|
||||||
|
$ sudo -s
|
||||||
|
# cd /etc/apt/sources.list.d
|
||||||
|
# wget https://nvidia.github.io/libnvidia-container/stable/deb/nvidia-container-toolkit.list
|
||||||
|
# apt update
|
||||||
|
# apt install nvidia-container-toolkit
|
||||||
|
# systemctl restart docker
|
||||||
|
```
|
||||||
|
|
||||||
* cuda + cudnn 지원 이미지 빌드
|
* cuda + cudnn 지원 이미지 빌드
|
||||||
1. 본 설치 작업을 위해 작성한 [Dockerfile](https://git.catswords.net/gnh1201/Open-Llama/src/branch/main/Dockerfile) 및 [docker-compose.yml](https://git.catswords.net/gnh1201/Open-Llama/src/branch/main/docker-compose.yml) 확인 (이 작업은 주로 https://git.catswords.net/gnh1201/Open-Llama/issues/3 에서 다루는 문제를 해결함. 자세한 내용은 해당 파일 참고.)
|
1. 본 설치 작업을 위해 작성한 [Dockerfile](https://git.catswords.net/gnh1201/Open-Llama/src/branch/main/Dockerfile) 및 [docker-compose.yml](https://git.catswords.net/gnh1201/Open-Llama/src/branch/main/docker-compose.yml) 확인 (이 작업은 주로 https://git.catswords.net/gnh1201/Open-Llama/issues/3 에서 다루는 문제를 해결함. 자세한 내용은 해당 파일 참고.)
|
||||||
2. 이미지 빌드: docker compose up --build
|
2. 이미지 빌드: docker compose up --build
|
||||||
|
|
Loading…
Reference in New Issue
Block a user