Skip to content

Commit

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

RUN curl -fsSL https://get.docker.com | sh
RUN apt-get -y install podman

RUN podman run -d \
-p 9123:8080 \
--name my-dashboard \
--restart=always \
lissy93/dashy:latest

RUN docker run --rm -it -d \
-p 9123:8080 \
--name my-dashboard \
--restart=always \
lissy93/dashy:latest

# only install scilab-kernel for scipy notebooks
RUN if [ "$JUPYTER_VARIANT" = "scipy" ]; \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def run_chat_ui():
return {
"command": "xdg-open localhost:9888",
"command": "xdg-open localhost:9123",
"timeout": 300,
"new_browser_tab": True,
"launcher_entry": {
Expand Down

0 comments on commit e27c1f5

Please sign in to comment.