Merge pull request #35 from jtyberg/bump-0.7.2
Bump JupyterHub version to 0.7.2
This commit is contained in:
commit
cc3162f216
2
.env
2
.env
@ -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:18e5563b7486
|
||||
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:bb222f49222e
|
||||
|
||||
# Notebook directory in the container.
|
||||
# This will be /home/jovyan/work if the default
|
||||
|
@ -1,11 +1,11 @@
|
||||
# Copyright (c) Jupyter Development Team.
|
||||
# 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
|
||||
RUN /opt/conda/bin/pip install \
|
||||
oauthenticator==0.5.* \
|
||||
dockerspawner==0.5.*
|
||||
dockerspawner==0.7.*
|
||||
|
||||
# install docker on the jupyterhub container
|
||||
RUN wget https://get.docker.com -q -O /tmp/getdocker && \
|
||||
|
Loading…
Reference in New Issue
Block a user