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 13b3135 commit fddc579Copy full SHA for fddc579
scripts/resources/package_for_linux/Dockerfile
@@ -26,6 +26,9 @@ FROM ${manylinux_image} AS base
26
RUN --mount=type=cache,target=/var/cache/yum \
27
yum install -y lndir
28
29
+# This needed to use uv run with --only-group option
30
+RUN --mount=type=cache,target=/path/to/pipx/cache \
31
+ pipx install "uv>=0.6.5" --force
32
33
# ==============================================================================
34
FROM base AS conan_builder
0 commit comments