Skip to content

Commit 6dfce3a

Browse files
authored
Merge pull request #8 from keboola/uv-version-fixes
suppress uv full copy warning (hotfix)
2 parents 6687b10 + 551b450 commit 6dfce3a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ WORKDIR /code/
88
COPY pyproject.toml .
99
COPY uv.lock .
1010

11+
ENV UV_LINK_MODE=copy
1112
RUN uv pip sync --system pyproject.toml
1213

1314
COPY src/ src/

0 commit comments

Comments
 (0)