nsarrazin HF staff commited on
Commit
b5900da
1 Parent(s): 1cb435d

Update Dockerfile

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