Skip to content

Commit

Permalink
Address updating base notebook to jupyterlab 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
playermanny2 committed Sep 10, 2019
1 parent 82d1d0b commit 2a05797
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit 2a05797

Please sign in to comment.