Spaces:
Sleeping
Sleeping
feat: use demo instead of playground
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -22,8 +22,8 @@ RUN . $NVM_DIR/nvm.sh && nvm install node
|
|
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
|
26 |
-
|
27 |
|
28 |
# Set up a new user named "user" with user ID 1000
|
29 |
RUN useradd -m -u 1000 user
|
|
|
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
|
26 |
+
RUN . $NVM_DIR/nvm.sh && cd /app/demo && npm i
|
27 |
|
28 |
# Set up a new user named "user" with user ID 1000
|
29 |
RUN useradd -m -u 1000 user
|