Commit 2404602e authored by Bas Nijholt's avatar Bas Nijholt Committed by GitHub

jupyterhub to version 0.8

parent e1677043
...@@ -76,7 +76,7 @@ RUN cd /tmp && \ ...@@ -76,7 +76,7 @@ RUN cd /tmp && \
# Install Jupyter Notebook and Hub # Install Jupyter Notebook and Hub
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=5.1.*' \ 'notebook=5.1.*' \
'jupyterhub=0.7.*' \ 'jupyterhub=0.8.*' \
'jupyterlab=0.27.*' \ 'jupyterlab=0.27.*' \
&& conda clean -tipsy && \ && conda clean -tipsy && \
fix-permissions $CONDA_DIR fix-permissions $CONDA_DIR
......
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