Skip to content

Commit

Permalink
test: add app scaffold 12
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 21, 2024
1 parent a4757de commit 3fdc9f2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,10 @@ jedi-language-server \
nbgitpuller \
&& rm -rf /tmp/* $HOME/.cache

git clone https://github.com/huggingface/chat-ui
cd chat-ui
npm install

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

# git LFS and other extras
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

def run_chat_ui():
return {
"command": "<START HUGGINGFACE CHAT UI>",
"command": "cd ~/chat-ui && npm run dev -- --open",
"timeout": 300,
"new_browser_tab": True,
"launcher_entry": {
Expand Down

0 comments on commit 3fdc9f2

Please sign in to comment.