Skip to content

Commit 57f8546

Browse files
authored
Merge pull request #853 from InfuseAI/jupyterlab-0.35.5
Update to JupyterLab 0.35.5
2 parents f646d2b + 95dfb85 commit 57f8546

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
@@ -101,7 +101,7 @@ RUN conda install --quiet --yes 'tini=0.18.0' && \
101101
RUN conda install --quiet --yes \
102102
'notebook=5.7.8' \
103103
'jupyterhub=0.9.6' \
104-
'jupyterlab=0.35.4' && \
104+
'jupyterlab=0.35.5' && \
105105
conda clean -tipsy && \
106106
jupyter labextension install @jupyterlab/hub-extension@^0.12.0 && \
107107
npm cache clean --force && \

0 commit comments

Comments
 (0)