Skip to content

Commit

Permalink
Merge pull request jupyter#694 from parente/hub-0.9
Browse files Browse the repository at this point in the history
Update JupyterHub to 0.9
  • Loading branch information
parente authored Aug 6, 2018
2 parents 265297f + 3a54713 commit 177037d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# files across image layers when the permissions change
RUN conda install --quiet --yes \
'notebook=5.6.*' \
'jupyterhub=0.8.*' \
'jupyterhub=0.9.*' \
'jupyterlab=0.33.*' && \
conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.10.0 && \
Expand Down

0 comments on commit 177037d

Please sign in to comment.