Skip to content

Commit 6f28ad9

Browse files
committed
Add ENV UV_LINK_MODE=copy
1 parent 5d06fac commit 6f28ad9

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
@@ -24,6 +24,7 @@ FROM base AS base_builder
2424
ENV UV_PROJECT_ENVIRONMENT=/venv
2525
# Enable bytecode compilation
2626
ENV UV_COMPILE_BYTECODE=1
27+
ENV UV_LINK_MODE=copy
2728

2829
# Install build system requirements (gcc, library headers, etc.)
2930
# for compiled Python requirements like psycopg2

0 commit comments

Comments
 (0)