Skip to content

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

Notifications You must be signed in to change notification settings

blumenthal/pytorch-notebook

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published