repo2docker/s2i-builders/venv
yuvipanda 03eb650acb Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
..
s2i/bin Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
test Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
Dockerfile Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
Dockerfile.py2 Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
Makefile Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
README.md Move the s2i builders into a subdir 2017-05-22 16:18:49 -07:00
version Move the s2i builders into a subdir 2017-05-22 16:18:49 -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