Skip to content

Commit 3a47d5e

Browse files
committed
Fix pip cache management.
1 parent 009538f commit 3a47d5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile.python_wheels

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ARG PYTHON_CMD
1818
RUN mkdir -p /root/.cache/pip
1919
RUN --mount=type=bind,from=pipcache,source=/,target=/tmp/pip_cache_root \
2020
test ! -d /tmp/pip_cache_root/root/.cache/pip || \
21-
cp -a /tmp/pip_cache_root/root/.cache/pip /root/.cache/pip
21+
cp -a /tmp/pip_cache_root/root/.cache/pip /root/.cache/
2222

2323
RUN --mount=type=bind,source=scripts/build,target=scripts/build \
2424
sh -x scripts/build/install_depends_wheels.sh

0 commit comments

Comments
 (0)