1.pytorch docker 파일 다운로드https://hub.docker.com/r/pytorch/pytorch https://hub.docker.com/r/pytorch/pytorch hub.docker.com 2.pytorch image에 jupyter 다운 후 commitpytorch 이미지파일로 컨테이너 생성 후 컨테이너에 접속하여 pip install jupyter.그 후 exit로 나온 뒤 commit.이런식으로 뒤에 -jupyter라고 추가하여 저장하면 편하다.그 후 기존의 이미지는 삭제해준다.3.새 이미지 파일로 컨테이너 생성후 접속docker run -itd --name 원하는이름 -v 마운트할경우입력 -p 8888:8888 --gpus all --restart=always pytor..