Skip to content

Commit 9051e5e

Browse files
committed
OCI: Fix build by removing caching?
1 parent 125a445 commit 9051e5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ ENV UV_PYTHON_DOWNLOADS=never
2424
COPY . /src
2525

2626
# Install package and dependencies
27+
# --mount=type=cache,id=pip,target=/root/.cache/pip \
28+
# --mount=type=cache,id=uv,target=/root/.cache/uv \
2729
RUN \
28-
--mount=type=cache,id=pip,target=/root/.cache/pip \
29-
--mount=type=cache,id=uv,target=/root/.cache/uv \
3030
true \
3131
&& pip install uv \
3232
&& uv venv --relocatable /app \

0 commit comments

Comments
 (0)