Skip to content

Commit 053b878

Browse files
committed
Downgrade jupyterlab-lsp and nbresuse
1 parent bd653b3 commit 053b878

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -796,8 +796,9 @@ RUN \
796796
exit 0 ; \
797797
fi && \
798798
# Install jupyterlab language server support
799-
pip install jupyter-lsp && \
800-
$lab_ext_install @krassowski/jupyterlab-lsp && \
799+
# TODO update versions for jupyterlab 3.0 release
800+
pip install jupyter-lsp==0.9.3 && \
801+
$lab_ext_install install @krassowski/jupyterlab-lsp@@2.0.8 && \
801802
# For Plotly
802803
$lab_ext_install jupyterlab-plotly && \
803804
$lab_ext_install install @jupyter-widgets/jupyterlab-manager plotlywidget && \
@@ -930,6 +931,8 @@ RUN \
930931
apt-get update && \
931932
# TODO: lib contains high vulnerability
932933
apt-get install -y --no-install-recommends libffi-dev && \
934+
# TODO: Downgrade nbresuse to be lab comapatible, upgrade to jupyter-resoure-usage soon: https://github.com/jupyter-server/jupyter-resource-usage
935+
pip install --no-cache-dir nbresuse==0.3.6 && \
933936
# Required by magenta
934937
# apt-get install -y libasound2-dev && \
935938
# apt-get install -y xfce4-clipman && \

0 commit comments

Comments
 (0)