We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee7a18b commit 74eb4b4Copy full SHA for 74eb4b4
Dockerfile
@@ -19,14 +19,13 @@ ENV PIP_ROOT_USER_ACTION=ignore
19
ENV UV_COMPILE_BYTECODE=true
20
ENV UV_LINK_MODE=copy
21
ENV UV_PYTHON_DOWNLOADS=never
22
+ENV UV_SYSTEM_PYTHON=true
23
24
# Provide package sources
25
COPY . /src
26
27
# Install package and dependencies
28
RUN \
- --mount=type=cache,id=pip,target=/root/.cache/pip \
29
- --mount=type=cache,id=uv,target=/root/.cache/uv \
30
true \
31
&& pip install uv \
32
&& uv venv --no-project --relocatable /app \
0 commit comments