$ docker run -it --gpus all --name js -v /home:/workspace/home -p 8001:8001 pytorch/pytorch:latest /bin/bash
# docker run -it --gpus 접근할 gpu(device= index, all 전부) --name 컨테이너이름 -v 물리주소:가상주소 -p 물리/가상포트 이미지이름:태그 /binbash
'Dev > Ops' 카테고리의 다른 글
vscode ssh 연결 무한로딩일때 (1) | 2023.06.19 |
---|---|
bash: jupyter: command not found root (0) | 2023.03.21 |
[Linux] 일반 계정에 sudo 권한 추가 / 삭제 (0) | 2022.12.13 |
Context Switching, Optimazation (0) | 2022.12.05 |
cv2 install error (1) | 2022.06.17 |
댓글