Spaces:
Paused
Paused
test
Browse files- Dockerfile +5 -0
Dockerfile
CHANGED
@@ -7,6 +7,11 @@ 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 packages/agents && \
|
11 |
pnpm install @huggingface/inference && \
|
12 |
pnpm run build && \
|
|
|
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/inference && \
|
11 |
+
pnpm install && \
|
12 |
+
pnpm run build && \
|
13 |
+
npm link && \
|
14 |
+
cd ../.. && \
|
15 |
cd packages/agents && \
|
16 |
pnpm install @huggingface/inference && \
|
17 |
pnpm run build && \
|