diff --git a/Dockerfile b/Dockerfile index f4f83f91..28abca03 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="/cache/.home-directories/${HOME#/}" \ + UV_LINK_MODE='copy' \ XDG_CACHE_HOME='/cache' \ PYTHONPYCACHEPREFIX=/cache/pycache \ uv --no-config --no-progress --no-managed-python \