Skip to content

Commit 2a43a89

Browse files
authored
Merge pull request #31 from jtyberg/jhub-0.7
Bump versions of hub dependencies, notebook image
2 parents d16571d + 4a80423 commit 2a43a89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ DOCKER_MACHINE_NAME=jupyterhub
1515
DOCKER_NETWORK_NAME=jupyterhub-network
1616

1717
# Single-user Jupyter Notebook server container image
18-
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:2d878db5cbff
18+
DOCKER_NOTEBOOK_IMAGE=jupyter/scipy-notebook:18e5563b7486
1919

2020
# Notebook directory in the container.
2121
# This will be /home/jovyan/work if the default

Dockerfile.jupyterhub

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ FROM jupyterhub/jupyterhub-onbuild:0.7.0
44

55
# Install dockerspawner and its dependencies
66
RUN /opt/conda/bin/pip install \
7-
oauthenticator==0.4.* \
8-
dockerspawner==0.4.*
7+
oauthenticator==0.5.* \
8+
dockerspawner==0.5.*
99

1010
# install docker on the jupyterhub container
1111
RUN wget https://get.docker.com -q -O /tmp/getdocker && \

0 commit comments

Comments
 (0)