Skip to content

Commit

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


### huggingface/chat-ui install

# RUN npm install -g @huggingface/chat-ui


# Code Server server-proxy/vscode-proxy from https://coder.com/docs/code-server/latest
ENV CODE_VERSION=4.21.0

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 http://localhost:5173",
"command": "xdg-open https://github.com/huggingface/chat-ui",
"timeout": 300,
"new_browser_tab": True,
"launcher_entry": {
Expand Down

0 comments on commit 8f0bf20

Please sign in to comment.