Skip to content

Commit

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

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

Expand Down

0 comments on commit 334e3fd

Please sign in to comment.