Skip to content

Commit

Permalink
Merge pull request #1261 from moschlar/patch-1
Browse files Browse the repository at this point in the history
Update JupyterLab to 3.0.12
  • Loading branch information
romainx authored Mar 27, 2021
2 parents 5d5148b + 77251cf commit 4d9c9bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-notebook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ RUN wget --quiet "https://github.com/conda-forge/miniforge/releases/download/${m
RUN conda install --quiet --yes \
'notebook=6.2.0' \
'jupyterhub=1.3.0' \
'jupyterlab=3.0.11' && \
'jupyterlab=3.0.12' && \
conda clean --all -f -y && \
npm cache clean --force && \
jupyter notebook --generate-config && \
Expand Down

0 comments on commit 4d9c9bd

Please sign in to comment.