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 \
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 && \
You can’t perform that action at this time.
0 commit comments