Docker image for PyTorch. The image is based on jupyter/scipy-notebook
It contains:
- jupyter/scipy-notebook
- opencv
- pytorch
- torchvision
- pycocotools
docker build -t blumenthal/pytorch-notebook .
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