Deploy gen-ui with current fast-agent and Monty
Browse files- 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.
|
| 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"
|