Skip to content

Commit

Permalink
test: add app scaffold 19
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 21, 2024
1 parent 5206fd7 commit e914c3a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ RUN pip install \
nbgitpuller \
&& rm -rf /tmp/* $HOME/.cache

RUN docker run -d \
-p 9123:8080 \
-v ~/my-conf.yml:/app/user-data/conf.yml \
--name my-dashboard \
--restart=always \
lissy93/dashy:latest

# only install scilab-kernel for scipy notebooks
RUN if [ "$JUPYTER_VARIANT" = "scipy" ]; \
then pip install scilab-kernel && rm -rf /tmp/* $HOME/.cache; \
Expand Down

0 comments on commit e914c3a

Please sign in to comment.