Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | ||||
4 | 5 | 6 | 7 | 8 | 9 | 10 |
11 | 12 | 13 | 14 | 15 | 16 | 17 |
18 | 19 | 20 | 21 | 22 | 23 | 24 |
25 | 26 | 27 | 28 | 29 | 30 | 31 |
Tags
- deeplearning.ai
- gettext_windows
- internationalization
- gettext
- coursera
- docker
- 현지화
- andrew ng
- Python
- I18N
- 국제화
- localization
- AI
Archives
- Today
- Total
JMANI
docker 본문
docker run -d --gpus all <container-name>
docker run -d --gpus '"device=0"' <container-name>
docker run -d --gpus '"device=0,1"' <container-name>
- nvidia-docker
- Linux Distribution(2022.01.17 기준)
https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/install-guide.html
'Docker' 카테고리의 다른 글
docker 저장소 생성하기 | Create Docker Repository (0) | 2022.02.15 |
---|
Comments