Skip to content

Commit 74eb4b4

Browse files
committed
Chore: Fix OCI building
1 parent ee7a18b commit 74eb4b4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ ENV PIP_ROOT_USER_ACTION=ignore
1919
ENV UV_COMPILE_BYTECODE=true
2020
ENV UV_LINK_MODE=copy
2121
ENV UV_PYTHON_DOWNLOADS=never
22+
ENV UV_SYSTEM_PYTHON=true
2223

2324
# Provide package sources
2425
COPY . /src
2526

2627
# Install package and dependencies
2728
RUN \
28-
--mount=type=cache,id=pip,target=/root/.cache/pip \
29-
--mount=type=cache,id=uv,target=/root/.cache/uv \
3029
true \
3130
&& pip install uv \
3231
&& uv venv --no-project --relocatable /app \

0 commit comments

Comments
 (0)