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

fix: clone

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -19,7 +19,7 @@ RUN . $NVM_DIR/nvm.sh && nvm install node
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
 
 
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