Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda 09476d8efa Fix tarfile mode parameter that doesn't work in 3.4 2017-07-30 02:21:45 -07:00
docs
repo2docker Fix tarfile mode parameter that doesn't work in 3.4 2017-07-30 02:21:45 -07:00
tests Test some external repositories we care about 2017-07-30 00:35:41 -07:00
.dockerignore
.gitignore Commit Julia's s2i assemble files! 2017-07-01 01:11:52 -07:00
.travis.yml Mark repo2docker as requiring at least Python 3.4 2017-07-30 02:08:48 -07:00
COPYING.md
Dockerfile Cleanup Dockerfile + Manifest 2017-07-29 16:49:40 -07:00
MANIFEST.in Fix conda builder + add tests 2017-07-29 18:19:55 -07:00
Makefile
README.md Clean out README 2017-07-29 16:42:14 -07:00
setup.cfg
setup.py Mark repo2docker as requiring at least Python 3.4 2017-07-30 02:08:48 -07:00

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 .