Merge pull request #355 from minrk/jupyterlab

add jupyterlab 0.17 to minimal-notebook
This commit is contained in:
Peter Parente
2017-03-17 14:17:10 -04:00
committed by GitHub

View File

@@ -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