Merge pull request #957 from flixr/jupyterlab_1.2.1

update jupyterlab to 1.2.1
This commit is contained in:
Peter Parente
2019-11-09 17:16:04 -05:00
committed by GitHub

View File

@@ -106,7 +106,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
RUN conda install --quiet --yes \
'notebook=6.0.0' \
'jupyterhub=1.0.0' \
'jupyterlab=1.1.3' && \
'jupyterlab=1.2.1' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \