putssander / docker-jupyter-pytorch

pytorch with gpu support, jupyter notebook and tensorboardx

Home Page:https://hub.docker.com/r/jxcodetw/jupyter-pytorch

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fork

Changes:

  • Permissions
  • Example Usage

Example Usage

docker run --gpus all --rm -it --ipc=host \
--name testorch \
-p 8888:8888 \
-p 6006:6006 \
-v $PWD:/workspace \
putssander/docker-jupyter-pytorch

About

pytorch with gpu support, jupyter notebook and tensorboardx

https://hub.docker.com/r/jxcodetw/jupyter-pytorch


Languages

Language:Dockerfile 86.0%Language:Shell 14.0%