Commit 1ed4a9bd authored by Bas Nijholt's avatar Bas Nijholt

Install patched jupyterhub 0.7.*

parent ce2310fc
...@@ -70,7 +70,7 @@ RUN cd /tmp && \ ...@@ -70,7 +70,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=4.3*' \ 'notebook=4.3*' \
jupyterhub=0.7 \ jupyterhub=0.7.* \
&& conda clean -tipsy && conda clean -tipsy
USER root USER root
......
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