Skip to content

Commit 1e36f7c

Browse files
authored
Merge pull request #1093 from dirkcgrunwald/PR_jupyterlab_2113
upgrade jupyterlab to 2.1.3 to avoid npm delay
2 parents 10c9768 + 0e899a5 commit 1e36f7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

base-notebook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
112112
RUN conda install --quiet --yes \
113113
'notebook=6.0.3' \
114114
'jupyterhub=1.1.0' \
115-
'jupyterlab=2.1.1' && \
115+
'jupyterlab=2.1.3' && \
116116
conda clean --all -f -y && \
117117
npm cache clean --force && \
118118
jupyter notebook --generate-config && \

0 commit comments

Comments
 (0)