Spaces:
Restarting
on
L4
Restarting
on
L4
fix: npm
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -36,7 +36,7 @@ RUN . $NVM_DIR/nvm.sh && nvm install node
|
|
36 |
# install TEN-Agent
|
37 |
RUN git clone https://github.com/TEN-framework/TEN-Agent.git /app
|
38 |
RUN cd /app && task use && cd agents && ./scripts/package.sh
|
39 |
-
RUN cd /app/playground && npm i
|
40 |
|
41 |
# Set up a new user named "user" with user ID 1000
|
42 |
RUN useradd -m -u 1000 user
|
|
|
36 |
# install TEN-Agent
|
37 |
RUN git clone https://github.com/TEN-framework/TEN-Agent.git /app
|
38 |
RUN cd /app && task use && cd agents && ./scripts/package.sh
|
39 |
+
RUN . $NVM_DIR/nvm.sh && cd /app/playground && npm i
|
40 |
|
41 |
# Set up a new user named "user" with user ID 1000
|
42 |
RUN useradd -m -u 1000 user
|