Spaces:
Sleeping
Sleeping
fix: clone
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 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 |
|