nsarrazin HF staff commited on
Commit
6629d8b
1 Parent(s): c71ec0b
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -8,6 +8,7 @@ RUN git clone -b feat/agent_chat_react https://github.com/huggingface/huggingfac
8
  cd huggingface.js && \
9
  pnpm install && \
10
  cd packages/agents && \
 
11
  npm run build && \
12
  npm link && \
13
  cd ../../..
 
8
  cd huggingface.js && \
9
  pnpm install && \
10
  cd packages/agents && \
11
+ npm install @huggingface/inference && \
12
  npm run build && \
13
  npm link && \
14
  cd ../../..