From 2ec805e74afb9005432eb29fd0ced36c42a09aef Mon Sep 17 00:00:00 2001 From: tcely Date: Sun, 25 May 2025 02:30:31 -0400 Subject: [PATCH] Do not fail to hard link and produce a warning --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 4b691f47..8799c8c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -431,6 +431,7 @@ RUN --mount=type=tmpfs,target=/cache \ rm -v Pipfile.lock && \ cat -v /cache/requirements.txt && \ HOME="/tmp/${HOME#/}" \ + UV_LINK_MODE='copy' \ XDG_CACHE_HOME='/cache' \ PYTHONPYCACHEPREFIX=/cache/pycache \ uv --no-config --no-progress --no-managed-python \