Turn git repositories into Jupyter-enabled Docker Images
 
 
 
 
 
 
Go to file
yuvipanda b187df0637 Mark py3 venv as default buildpack 2017-07-29 17:17:18 -07:00
docs Add doc requirements 2017-06-02 13:13:31 -07:00
repo2docker Mark py3 venv as default buildpack 2017-07-29 17:17:18 -07:00
s2i-builders Fix python2.7 buildpack to work properly 2017-07-28 19:35:17 -07:00
tests Mark py3 venv as default buildpack 2017-07-29 17:17:18 -07:00
.dockerignore
.gitignore Commit Julia's s2i assemble files! 2017-07-01 01:11:52 -07:00
.travis.yml Parallelize travis tests 2017-07-29 16:28:08 -07:00
COPYING.md Switch LICENSE to match rest of Jupyter projects 2017-05-27 18:24:10 -07:00
Dockerfile Cleanup Dockerfile + Manifest 2017-07-29 16:49:40 -07:00
MANIFEST.in Cleanup Dockerfile + Manifest 2017-07-29 16:49:40 -07:00
Makefile Add makefile for building and pushing image 2017-05-28 19:25:56 -07:00
README.md Clean out README 2017-07-29 16:42:14 -07:00
setup.cfg apply platform tag to wheels 2017-05-24 10:01:24 -07:00
setup.py Get rid of s2i packaging code from setup.py 2017-07-28 19:35:17 -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 .