Spaces:
Sleeping
Sleeping
chore: rebuild
Browse files- 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
|
23 |
RUN ln -sf /ten_framework/ai_agents /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
|
|
|
19 |
|
20 |
|
21 |
# install TEN-Agent
|
22 |
+
RUN git clone -b feature/ttd https://github.com/TEN-framework/ten_framework.git /ten_framework
|
23 |
RUN ln -sf /ten_framework/ai_agents /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
|