fix: install dev deps (fastapi-cli) in honcho image
Some checks failed
Build Hermes agent / build (pull_request) Has been cancelled
Build ollama (gfx906) / build (pull_request) Has been cancelled

This commit is contained in:
2026-05-22 22:55:36 -04:00
parent 2678f34610
commit b4e1a0d87d

View File

@@ -18,8 +18,7 @@ WORKDIR /app
ENV UV_COMPILE_BYTECODE=1 ENV UV_COMPILE_BYTECODE=1
ENV UV_LINK_MODE=copy ENV UV_LINK_MODE=copy
RUN --mount=type=cache,target=/root/.cache/uv \ RUN uv sync --frozen
uv sync --frozen --no-group dev
# --- runtime stage --- # --- runtime stage ---
FROM python:3.13-slim-bookworm FROM python:3.13-slim-bookworm