Spaces:
Paused
Paused
install ts globally
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -2,6 +2,8 @@ FROM node:latest
|
|
2 |
|
3 |
WORKDIR /usr/src/app/
|
4 |
|
|
|
|
|
5 |
RUN git clone -b feat/agent_chat_react https://github.com/huggingface/huggingface.js.git && \
|
6 |
cd huggingface.js/packages/agents && \
|
7 |
npm install && \
|
|
|
2 |
|
3 |
WORKDIR /usr/src/app/
|
4 |
|
5 |
+
RUN npm install typescript -g
|
6 |
+
|
7 |
RUN git clone -b feat/agent_chat_react https://github.com/huggingface/huggingface.js.git && \
|
8 |
cd huggingface.js/packages/agents && \
|
9 |
npm install && \
|