Skip to content

Commit

Permalink
Merge pull request #700 from consideRatio/singleuser-pr
Browse files Browse the repository at this point in the history
JupyterHub 0.9.* for the singleuser image also
  • Loading branch information
minrk authored May 29, 2018
2 parents c5ec562 + ec5c487 commit 5ae8d80
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions images/singleuser-sample/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
FROM jupyter/base-notebook:27ba57364579
FROM jupyter/base-notebook:c7d997f2db86
# Built from... https://hub.docker.com/r/jupyter/base-notebook/
# https://github.com/jupyter/docker-stacks/blob/master/base-notebook/Dockerfile
# Built from... Ubuntu 16.04

# conda/pip/apt install additional packages here, if desired.

# pin jupyterhub to match the Hub version
# set via --build-arg in Makefile
ARG JUPYTERHUB_VERSION=0.8
ARG JUPYTERHUB_VERSION=0.9.*
RUN pip install --no-cache jupyterhub==$JUPYTERHUB_VERSION

0 comments on commit 5ae8d80

Please sign in to comment.