fix gitpod compile

when HybridCompile is used
This commit is contained in:
Jason2866 2025-07-26 17:46:26 +02:00 committed by GitHub
parent 323c942337
commit 48c482d169
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

4
.gitpod.Dockerfile vendored
View File

@ -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