We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f897864 commit 0ef9f14Copy full SHA for 0ef9f14
tpu/Dockerfile
@@ -63,7 +63,7 @@ RUN pip install jax[tpu]==${JAX_VERSION} -f https://storage.googleapis.com/jax-r
63
numpy==1.23.5
64
65
# Packages needed by the Notebook editor:
66
-RUN pip install papermill jupyterlab python-lsp-server[all] jupyterlab-lsp
+RUN pip install papermill jupyterlab python-lsp-server[all] "jupyter-lsp==1.5.1"
67
68
# Additional useful packages should be added here:
69
RUN pip install pandas matplotlib
0 commit comments