Spaces:
Paused
Paused
test
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -7,8 +7,7 @@ RUN npm install typescript pnpm -g
|
|
7 |
RUN git clone -b feat/agent_chat_react https://github.com/huggingface/huggingface.js.git && \
|
8 |
cd huggingface.js && \
|
9 |
pnpm install && \
|
10 |
-
cd
|
11 |
-
npm install && \
|
12 |
npm run build && \
|
13 |
npm link && \
|
14 |
cd ../../..
|
|
|
7 |
RUN git clone -b feat/agent_chat_react https://github.com/huggingface/huggingface.js.git && \
|
8 |
cd huggingface.js && \
|
9 |
pnpm install && \
|
10 |
+
cd packages/agents && \
|
|
|
11 |
npm run build && \
|
12 |
npm link && \
|
13 |
cd ../../..
|