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