Skip to content

Commit

Permalink
test: add app scaffold 2
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 20, 2024
1 parent a38160a commit be659f0
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,21 @@ RUN chmod +x /usr/local/bin/before-notebook.d/40_clean_runtime.sh
COPY launch_services.sh /usr/local/bin/before-notebook.d/60_launch_services.sh
RUN chmod +x /usr/local/bin/before-notebook.d/60_launch_services.sh


# ---------------------------------
# TEST
# ---------------------------------

RUN pip install \
jupyterlab-lsp \
jupyter-server-proxy \
git+https://github.com/fhswf/Jupyterhub-K8s.git@heller-dev#subdirectory=packages/huggingface_chat_ui \
jedi-language-server \
nbgitpuller \
&& rm -rf /tmp/* $HOME/.cache

# ---------------------------------

# git LFS and other extras
RUN apt-get update \
&& curl -s https://packagecloud.io/install/repositories/github/git-lfs/script.deb.sh | sudo bash \
Expand Down

0 comments on commit be659f0

Please sign in to comment.