Skip to content

Commit

Permalink
test: change icon
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 20, 2024
1 parent 7908d3e commit d877867
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 23 deletions.
2 changes: 1 addition & 1 deletion base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ RUN code-server --extensions-dir ${CODE_BUILTIN_EXTENSIONS_DIR} --install-extens
RUN pip install \
jupyterlab-lsp \
jupyter-server-proxy \
git+https://github.com/fhswf/Jupyterhub-K8s.git@main#subdirectory=packages/jupyter_vscodeserver_proxy \
git+https://github.com/fhswf/Jupyterhub-K8s.git@heller-dev#subdirectory=packages/jupyter_vscodeserver_proxy \
jedi-language-server \
nbgitpuller \
&& rm -rf /tmp/* $HOME/.cache
Expand Down
2 changes: 1 addition & 1 deletion jupyterhub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN pip install \
oauthenticator \
jupyterhub-ltiauthenticator \
kubernetes \
git+https://github.com/fhswf/Jupyterhub-K8s.git@develop#subdirectory=packages/multiauthenticator \
git+https://github.com/fhswf/Jupyterhub-K8s.git@heller-dev#subdirectory=packages/multiauthenticator \
nbgitpuller PyJWT \
git+https://github.com/fhswf/jupyterhub-announcement.git@main

Expand Down
Loading

0 comments on commit d877867

Please sign in to comment.