wangyoucao577 commited on
Commit
7ca1c2e
·
verified ·
1 Parent(s): 2152678

fix: branch

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -19,8 +19,7 @@ RUN . $NVM_DIR/nvm.sh && nvm install node
19
 
20
 
21
  # install TEN-Agent
22
- # TODO: don't use branch
23
- RUN git clone -b feature/hf https://github.com/TEN-framework/TEN-Agent.git /app
24
  RUN cd /app && task use AGENT=agents/examples/huggingface && cd agents && ./scripts/package.sh
25
  RUN . $NVM_DIR/nvm.sh && cd /app/playground && npm i
26
 
 
19
 
20
 
21
  # install TEN-Agent
22
+ RUN git clone https://github.com/TEN-framework/TEN-Agent.git /app
 
23
  RUN cd /app && task use AGENT=agents/examples/huggingface && cd agents && ./scripts/package.sh
24
  RUN . $NVM_DIR/nvm.sh && cd /app/playground && npm i
25