Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda c018af3564 Clean out README 2017-07-29 16:42:14 -07:00
docs
repo2docker Pass exit code of container back 2017-07-29 14:31:23 -07:00
s2i-builders
tests Add integration tests! 2017-07-29 16:11:02 -07:00
.dockerignore
.gitignore
.travis.yml Parallelize travis tests 2017-07-29 16:28:08 -07:00
COPYING.md
Dockerfile
MANIFEST.in
Makefile
README.md Clean out README 2017-07-29 16:42:14 -07:00
setup.cfg
setup.py

README.md

jupyter-repo2docker

Build Status

jupyter-repo2docker is a tool to build, run and push docker images from source code repositories.

Installation

To install from pypi, the python packaging index:

pip install jupyter-repo2docker

To install from source:

git clone https://github.com/jupyter/repo2docker.git
cd repo2docker
python3 -m pip install .