nsarrazin HF staff commited on
Commit
464198b
1 Parent(s): d34f566

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -23,6 +23,7 @@ RUN git clone -b feat/agent_chat_react https://github.com/huggingface/huggingfac
23
 
24
  RUN git clone -b feature/chat-agent https://github.com/nsarrazin/poc-agents.js.git && \
25
  cd poc-agents.js && \
 
26
  rm package-lock.json && \
27
  npm install && \
28
  npm link @huggingface/agents
 
23
 
24
  RUN git clone -b feature/chat-agent https://github.com/nsarrazin/poc-agents.js.git && \
25
  cd poc-agents.js && \
26
+ git checkout e9e274ae0f0eceb6958da7dc8bfe6cc920eefee7 && \
27
  rm package-lock.json && \
28
  npm install && \
29
  npm link @huggingface/agents