Skip to content

Commit

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

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

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

Expand Down

0 comments on commit 75a6c89

Please sign in to comment.