Skip to content

Commit 5b9c234

Browse files
committed
🔧 Set UV_LINK_MODE=copy in Dockerfile
1 parent 59e5ef1 commit 5b9c234

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ FROM ghcr.io/astral-sh/uv:python3.13-bookworm-slim AS builder
88

99
# Configure environment variables
1010
ENV UV_COMPILE_BYTECODE=1
11+
ENV UV_LINK_MODE=copy
1112
ENV UV_SYSTEM_PYTHON 1
1213

1314
# Set working directory

0 commit comments

Comments
 (0)