We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc5b22c commit ec24f54Copy full SHA for ec24f54
Dockerfile
@@ -1,6 +1,7 @@
1
FROM python:3.11-alpine3.20 AS builder
2
3
COPY --from=ghcr.io/astral-sh/uv:0.6.9 /uv /uvx /bin/
4
+RUN apk add git
5
ENV UV_COMPILE_BYTECODE=1 UV_LINK_MODE=copy
6
# Disable Python downloads, because we want to use the system interpreter
7
# across both images. If using a managed Python version, it needs to be
0 commit comments