repo2docker/singleuser-builder
yuvipanda efd55a9bff Bump builder version to v0.1.1 2017-04-18 23:44:27 -07:00
..
s2i/bin Copy github source into to working directory too 2017-04-18 23:36:45 -07:00
test Rename image to be jupyterhub specific 2017-04-12 13:36:59 -07:00
Dockerfile Properly install ipywidgets in base image 2017-04-18 23:36:30 -07:00
Makefile Make the makefile versioned + more useful 2017-04-13 16:18:17 -07:00
README.md Rename image to be jupyterhub specific 2017-04-12 13:36:59 -07:00
version Bump builder version to v0.1.1 2017-04-18 23:44:27 -07:00

README.md

JupyterHub singleuser builder

This is a builder image for use with s2i. It builds a source repository (such as a github repository) into a docker image that is suitable for use with JupyterHub.

It is based off Ubuntu 16.10, and uses virtualenv to provide a custom python3.5 environment.

It looks for a requirements.txt file in the source repository, and installs it into the virtualenv. It also installs a number of default notebook related modules in there