From 4bcf0619b6d10ac1d1d72f84b49159b341345a46 Mon Sep 17 00:00:00 2001 From: Hermes Date: Fri, 22 May 2026 23:07:17 -0400 Subject: [PATCH] fix: use system Python instead of uv's downloaded one in honcho image --- ai/honcho/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ai/honcho/Dockerfile b/ai/honcho/Dockerfile index 686bc2c..e654667 100644 --- a/ai/honcho/Dockerfile +++ b/ai/honcho/Dockerfile @@ -17,6 +17,7 @@ WORKDIR /app ENV UV_COMPILE_BYTECODE=1 ENV UV_LINK_MODE=copy +ENV UV_PYTHON=/usr/local/bin/python3.13 RUN uv sync --frozen