wangyoucao577 commited on
Commit
3f4fabc
·
verified ·
1 Parent(s): 74df06c

feat: use demo instead of playground

Browse files
Files changed (1) hide show
  1. 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