nsarrazin HF staff commited on
Commit
c8af8f9
·
1 Parent(s): e38d6b8
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -14,13 +14,14 @@ RUN git clone -b feat/agent_chat_react https://github.com/huggingface/huggingfac
14
  cd ../.. && \
15
  cd packages/agents && \
16
  npm link @huggingface/inference && \
17
- pnpm run build && \
18
  npm link && \
19
  cd ../../..
20
 
21
 
22
  RUN git clone -b feature/chat-agent https://github.com/nsarrazin/poc-agents.js.git && \
23
  cd poc-agents.js && \
 
24
  npm install && \
25
  npm link @huggingface/agents
26
 
 
14
  cd ../.. && \
15
  cd packages/agents && \
16
  npm link @huggingface/inference && \
17
+ npm run build && \
18
  npm link && \
19
  cd ../../..
20
 
21
 
22
  RUN git clone -b feature/chat-agent https://github.com/nsarrazin/poc-agents.js.git && \
23
  cd poc-agents.js && \
24
+ rm package-lock.json && \
25
  npm install && \
26
  npm link @huggingface/agents
27