티스토리 뷰

공부

[부스트코스] docker & pytorch

승가비 2020. 10. 25. 07:06
728x90

https://www.edwith.org/boostcourse-dl-pytorch/joinLectures/22155

 

[부스트코스] 파이토치로 시작하는 딥러닝 기초 강좌소개 : edwith

- 부스트코스

www.edwith.org

docker pull deeplearningzerotoall/pytorch

docker run -i -t --name pt -p 8888:8888 -p 8097:8097 deeplearningzerotoall/pytorch /bin/bash

exit

docker ps -a
docker start pt
docker attach pt

Ctrl+P
Ctrl+Q

 

https://github.com/seunggabi/PyTorch.git
git clone https://github.com/seunggabi/PyTorch.git

cd PyTorch

pip install --upgrade pip
pip install -r requirements.txt
jupyter notebook --ip 0.0.0.0 --allow-root

nohup jupyter notebook --ip 0.0.0.0 --allow-root > /dev/null 2>&1 &

sh run_jupyter_docker.sh

https://github.com/deeplearningzerotoall/PyTorch/blob/master/docker_user_guide.md

 

deeplearningzerotoall/PyTorch

Deep Learning Zero to All - Pytorch. Contribute to deeplearningzerotoall/PyTorch development by creating an account on GitHub.

github.com

https://github.com/deeplearningzerotoall/PyTorch

 

deeplearningzerotoall/PyTorch

Deep Learning Zero to All - Pytorch. Contribute to deeplearningzerotoall/PyTorch development by creating an account on GitHub.

github.com

github.com/seunggabi/PyTorch.git

 

seunggabi/PyTorch

Deep Learning Zero to All - Pytorch. Contribute to seunggabi/PyTorch development by creating an account on GitHub.

github.com

 

728x90

'공부' 카테고리의 다른 글

[부스트코스] [pytorch] Multivariate Linear Regression  (4) 2020.10.25
[부스트코스] [pytorch] Linear regression  (4) 2020.10.25
[Sh] curl  (0) 2020.10.17
[CSS] align center  (0) 2020.10.17
[Django] check number of array by templates  (0) 2020.10.17
댓글