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 96104c1 commit 1571453Copy full SHA for 1571453
Dockerfile
@@ -31,7 +31,7 @@ ARG BASE_IMAGE=ubuntu:jammy-20240125
31
FROM ghcr.io/astral-sh/uv:python3.12-alpine AS src
32
RUN apk add git
33
COPY . /src
34
-RUN uvx --from build pyproject-build --installer uv -w /src
+RUN uv build --wheel /src
35
36
#
37
# Download stages
0 commit comments