Address updating base notebook to jupyterlab 1.1.3

This commit is contained in:
Manny Cato
2019-09-10 10:14:51 -07:00
parent 82d1d0bf08
commit 2a05797b89

View File

@@ -104,7 +104,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.0.4' && \
'jupyterlab=1.1.3' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \