File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -796,8 +796,9 @@ RUN \
796
796
exit 0 ; \
797
797
fi && \
798
798
# 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 && \
801
802
# For Plotly
802
803
$lab_ext_install jupyterlab-plotly && \
803
804
$lab_ext_install install @jupyter-widgets/jupyterlab-manager plotlywidget && \
@@ -930,6 +931,8 @@ RUN \
930
931
apt-get update && \
931
932
# TODO: lib contains high vulnerability
932
933
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 && \
933
936
# Required by magenta
934
937
# apt-get install -y libasound2-dev && \
935
938
# apt-get install -y xfce4-clipman && \
You can’t perform that action at this time.
0 commit comments