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 9bfd4e6 commit 95b0ef0Copy full SHA for 95b0ef0
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