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 125a445 commit 9051e5eCopy full SHA for 9051e5e
Dockerfile
@@ -24,9 +24,9 @@ ENV UV_PYTHON_DOWNLOADS=never
24
COPY . /src
25
26
# Install package and dependencies
27
+# --mount=type=cache,id=pip,target=/root/.cache/pip \
28
+# --mount=type=cache,id=uv,target=/root/.cache/uv \
29
RUN \
- --mount=type=cache,id=pip,target=/root/.cache/pip \
- --mount=type=cache,id=uv,target=/root/.cache/uv \
30
true \
31
&& pip install uv \
32
&& uv venv --relocatable /app \
0 commit comments