https://www.daleseo.com/docker-volumes-bind-mounts/
https://maru1000.tistory.com/34
https://eungbean.github.io/2018/12/03/til-docker-commit/
이미지 : https://hub.docker.com/search?q=kimjungtaek
- kimjungtaek/ubuntu20.04-git-python3.8-cuda11.2
- ubuntu20.04
- git 설치
- python 3.8.10
- cuda 11.2
- kimjungtaek/nia-base-torch1.12.1
- ubuntu20.04
- git 설치
- python 3.8.10
- cuda 11.2
- torch1.12.1
docker run --volume [local volume address]:[docker volume address] -it --name [container name] --gpus all [docker image name] bash
ex)
sudo docker run --volume .:/home/data -it --name test-cuda --gpus all nia_maskrcnn bash
'Docker' 카테고리의 다른 글
완성된 Docker Push 하는 방법 (0) | 2023.03.14 |
---|---|
OpenCV 오류 (0) | 2023.03.14 |
[Docker] Docker Setting (0) | 2023.03.13 |
[Docker] VS Code 연동 (0) | 2023.03.13 |
Docker, Nvidia Container 설치 (0) | 2023.03.13 |