Spaces:
Running
on
L4
Running
on
L4
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | P
|
|
17 |
RUN . $NVM_DIR/nvm.sh && nvm install node
|
18 |
|
19 |
# install TEN-Agent
|
20 |
-
RUN git clone -b feature/shisa https://github.com/TEN-framework/ten_framework.git /ten_framework
|
21 |
RUN ln -sf /ten_framework/ai_agents /app
|
22 |
RUN cd /app && task use AGENT=agents/examples/huggingface && cd agents && ./scripts/package.sh
|
23 |
#RUN . $NVM_DIR/nvm.sh && cd /app/playground && npm i
|
|
|
17 |
RUN . $NVM_DIR/nvm.sh && nvm install node
|
18 |
|
19 |
# install TEN-Agent
|
20 |
+
RUN git clone -b feature/shisa https://github.com/TEN-framework/ten_framework.git /ten_framework
|
21 |
RUN ln -sf /ten_framework/ai_agents /app
|
22 |
RUN cd /app && task use AGENT=agents/examples/huggingface && cd agents && ./scripts/package.sh
|
23 |
#RUN . $NVM_DIR/nvm.sh && cd /app/playground && npm i
|