Spaces:
Restarting
on
L4
Restarting
on
L4
Update Dockerfile
Browse files- Dockerfile +0 -1
Dockerfile
CHANGED
@@ -16,7 +16,6 @@ RUN echo '. "${BASH_ENV}"' >> ~/.bashrc
|
|
16 |
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | PROFILE="${BASH_ENV}" bash
|
17 |
RUN . $NVM_DIR/nvm.sh && nvm install node
|
18 |
|
19 |
-
|
20 |
# install TEN-Agent
|
21 |
RUN git clone -b feature/shisa https://github.com/TEN-framework/ten_framework.git /ten_framework
|
22 |
RUN ln -sf /ten_framework/ai_agents /app
|
|
|
16 |
RUN curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.2/install.sh | PROFILE="${BASH_ENV}" bash
|
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
|