Skip to content

Commit

Permalink
fix latest to jupyterlab 3 versions
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepCowProductions committed Dec 9, 2023
1 parent b536d66 commit 4dd0f7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base-images/vscode/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -303,8 +303,8 @@ RUN code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extens
&& cd /tmp

RUN pip install \
jupyterlab-lsp \
jupyter-server-proxy \
jupyterlab-lsp==4.3.0 \
jupyter-server-proxy==4.0.0 \
git+https://github.com/fhswf/Jupyterhub-K8s.git@main#subdirectory=packages/jupyter_vscodeserver_proxy \
jedi-language-server \
nbgitpuller \
Expand Down

0 comments on commit 4dd0f7a

Please sign in to comment.