We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ad38a42 commit c4029a8Copy full SHA for c4029a8
Dockerfile
@@ -17,7 +17,7 @@ RUN apt-get update && \
17
# uv export reads uv.lock to produce a pinned, reproducible dependency list;
18
# pip wheel compiles each resolved package into a .whl file for offline installation
19
COPY --chown=root:root --chmod=644 pyproject.toml uv.lock ./
20
-RUN pip install uv --quiet && \
+RUN pip install --no-cache-dir uv --quiet && \
21
uv export --no-hashes | pip wheel --no-cache-dir --wheel-dir=/app/wheelhouse -r /dev/stdin
22
23
# ------------------------------------------------------------------------------
0 commit comments