Commit c33a7dc0 authored by Peter Parente's avatar Peter Parente Committed by GitHub

Merge pull request #355 from minrk/jupyterlab

add jupyterlab 0.17 to minimal-notebook
parents 9e056d61 508bbcad
...@@ -71,6 +71,7 @@ RUN cd /tmp && \ ...@@ -71,6 +71,7 @@ RUN cd /tmp && \
RUN conda install --quiet --yes \ RUN conda install --quiet --yes \
'notebook=4.4.*' \ 'notebook=4.4.*' \
'jupyterhub=0.7.*' \ 'jupyterhub=0.7.*' \
'jupyterlab=0.17.*' \
&& 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