Commit 18e5563b authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #310 from minrk/hub-7

JupyterHub 0.7
parents bde52ed8 43227e8e
...@@ -74,11 +74,9 @@ RUN echo "jpeg 8*" >> /opt/conda/conda-meta/pinned ...@@ -74,11 +74,9 @@ RUN echo "jpeg 8*" >> /opt/conda/conda-meta/pinned
# Install Jupyter notebook as jovyan # Install Jupyter notebook as jovyan
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=4.2*' \ 'notebook=4.2*' \
jupyterhub=0.7 \
&& conda clean -tipsy && conda clean -tipsy
# Install JupyterHub to get the jupyterhub-singleuser startup script
RUN pip --no-cache-dir install 'jupyterhub==0.5'
USER root USER root
EXPOSE 8888 EXPOSE 8888
......
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