Skip to content

Commit

Permalink
test: add app scaffold 15
Browse files Browse the repository at this point in the history
  • Loading branch information
HellerHagen committed Sep 21, 2024
1 parent 334e3fd commit 40daa5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base-images/vscode-nocuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ nbgitpuller \

RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash \
&& nvm install latest \
&& nvm use latest
&& nvm use latest \
&& git clone https://github.com/huggingface/chat-ui \
&& cd chat-ui \
&& npm install
Expand Down

0 comments on commit 40daa5a

Please sign in to comment.