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