Skip to content

Commit

Permalink
test: add app scaffold 18
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 21, 2024
1 parent 5e7c9ad commit 5206fd7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -128,14 +128,6 @@ RUN apt-get update \
&& apt-get clean && \
rm -rf /var/lib/apt/lists/*

RUN mkdir ~/chat_ui && cd ~/chat_ui \
&& python3 -m venv .venv \
&& source .venv/bin/activate \
&& pip install open-webui \
&& deactivate && cd



# user
USER $NB_UID

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def run_chat_ui():
return {
"command": "cd ~/chat_ui && open-webui serve",
"command": "xdg-open localhost:9888",
"timeout": 300,
"new_browser_tab": True,
"launcher_entry": {
Expand Down

0 comments on commit 5206fd7

Please sign in to comment.