From 48c482d169fb1e58c750d8bde1c4ec13dbf7c162 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Sat, 26 Jul 2025 17:46:26 +0200 Subject: [PATCH] fix gitpod compile when HybridCompile is used --- .gitpod.Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitpod.Dockerfile b/.gitpod.Dockerfile index 9e0648c64..3faa30ba1 100644 --- a/.gitpod.Dockerfile +++ b/.gitpod.Dockerfile @@ -1,3 +1,5 @@ -FROM gitpod/workspace-python-3.11 +FROM gitpod/workspace-python-3.13 + +RUN python -m pip install --break-system-packages uv USER gitpod