Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 545 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 545 Bytes

pytorch-notebook

Docker image for PyTorch. The image is based on jupyter/scipy-notebook

It contains:

  • jupyter/scipy-notebook
  • opencv
  • pytorch
  • torchvision
  • pycocotools

Build

docker build -t blumenthal/pytorch-notebook .

Usage

docker run -p 8888:8888 -v <path_to_notebooks>:/home/jovyan/work -v /etc/localtime:/etc/localtime:ro -v /etc/timezone:/etc/timezone:ro blumenthal/pytorch-notebook