/pytorch-docker

pytorch docker image and helper scripts

Primary LanguageMakefile

These scripts help to use python machine learning libraries through docker images.

Docker file provides:

  1. anaconda
  2. pytorch
  3. jupiter
  4. jupiterlab

See requirements.txt to check package versions and additional package list.

Usage:

Add repository to PATH variable.

Run jupiter notebook:

    run.sh notebook

Run jupiter lab:

    run.sh

After that you can connect to notebook at localhost:8888, current working directory will be mounted also.

Links:

  1. pytorch.org
  2. image at docker hub