Merge pull request #35 from jtyberg/bump-0.7.2

Bump JupyterHub version to 0.7.2
This commit is contained in:
Carol Willing 2017-06-02 07:15:05 -07:00 committed by GitHub
commit cc3162f216
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 DOCKER_NETWORK_NAME=jupyterhub-network
# Single-user Jupyter Notebook server container image # Single-user Jupyter Notebook server container image
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:18e5563b7486 DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:bb222f49222e
# Notebook directory in the container. # Notebook directory in the container.
# This will be /home/jovyan/work if the default # This will be /home/jovyan/work if the default

View File

@ -1,11 +1,11 @@
# Copyright (c) Jupyter Development Team. # Copyright (c) Jupyter Development Team.
# Distributed under the terms of the Modified BSD License. # Distributed under the terms of the Modified BSD License.
FROM jupyterhub/jupyterhub-onbuild:0.7.0 FROM jupyterhub/jupyterhub-onbuild:0.7.2
# Install dockerspawner and its dependencies # Install dockerspawner and its dependencies
RUN /opt/conda/bin/pip install \ RUN /opt/conda/bin/pip install \
oauthenticator==0.5.* \ oauthenticator==0.5.* \
dockerspawner==0.5.* dockerspawner==0.7.*
# install docker on the jupyterhub container # install docker on the jupyterhub container
RUN wget https://get.docker.com -q -O /tmp/getdocker && \ RUN wget https://get.docker.com -q -O /tmp/getdocker && \