Commit 177037d0 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #694 from parente/hub-0.9

Update JupyterHub to 0.9
parents 265297f2 3a547137
...@@ -88,7 +88,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \ ...@@ -88,7 +88,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
# files across image layers when the permissions change # files across image layers when the permissions change
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.6.*' \ 'notebook=5.6.*' \
'jupyterhub=0.8.*' \ 'jupyterhub=0.9.*' \
'jupyterlab=0.33.*' && \ 'jupyterlab=0.33.*' && \
conda clean -tipsy && \ conda clean -tipsy && \
jupyter labextension install @jupyterlab/hub-extension@^0.10.0 && \ jupyter labextension install @jupyterlab/hub-extension@^0.10.0 && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment