Skip to content

Commit 0ef9f14

Browse files
authored
Fix lsp on TPU VMs
http://b/276358430
1 parent f897864 commit 0ef9f14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tpu/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RUN pip install jax[tpu]==${JAX_VERSION} -f https://storage.googleapis.com/jax-r
6363
numpy==1.23.5
6464

6565
# Packages needed by the Notebook editor:
66-
RUN pip install papermill jupyterlab python-lsp-server[all] jupyterlab-lsp
66+
RUN pip install papermill jupyterlab python-lsp-server[all] "jupyter-lsp==1.5.1"
6767

6868
# Additional useful packages should be added here:
6969
RUN pip install pandas matplotlib

0 commit comments

Comments
 (0)