Merge pull request #31 from jtyberg/jhub-0.7

Bump versions of hub dependencies, notebook image
This commit is contained in:
Justin Tyberg 2016-12-07 09:31:56 -05:00 committed by GitHub
commit 2a43a89dfb
2 changed files with 3 additions and 3 deletions

2
.env
View File

@ -15,7 +15,7 @@ DOCKER_MACHINE_NAME=jupyterhub
DOCKER_NETWORK_NAME=jupyterhub-network
# Single-user Jupyter Notebook server container image
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:2d878db5cbff
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:18e5563b7486
# Notebook directory in the container.
# This will be /home/jovyan/work if the default

View File

@ -4,8 +4,8 @@ FROM jupyterhub/jupyterhub-onbuild:0.7.0
# Install dockerspawner and its dependencies
RUN /opt/conda/bin/pip install \
oauthenticator==0.4.* \
dockerspawner==0.4.*
oauthenticator==0.5.* \
dockerspawner==0.5.*
# install docker on the jupyterhub container
RUN wget https://get.docker.com -q -O /tmp/getdocker && \