evalstate HF Staff commited on
Commit
0901996
·
verified ·
1 Parent(s): 8f0b0ef

Deploy gen-ui with current fast-agent and Monty

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -14,7 +14,7 @@ WORKDIR /app
14
  COPY wheels /tmp/wheels
15
 
16
  RUN uv pip install --system --no-cache \
17
- "fast-agent-mcp==0.6.1" \
18
  /tmp/wheels/prefab_ui-0.13.2.dev5+a585463-py3-none-any.whl \
19
  huggingface_hub \
20
  "pydantic-monty==0.0.17"
 
14
  COPY wheels /tmp/wheels
15
 
16
  RUN uv pip install --system --no-cache \
17
+ "fast-agent-mcp==0.6.24" \
18
  /tmp/wheels/prefab_ui-0.13.2.dev5+a585463-py3-none-any.whl \
19
  huggingface_hub \
20
  "pydantic-monty==0.0.17"