We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 009538f commit 3a47d5eCopy full SHA for 3a47d5e
docker/Dockerfile.python_wheels
@@ -18,7 +18,7 @@ ARG PYTHON_CMD
18
RUN mkdir -p /root/.cache/pip
19
RUN --mount=type=bind,from=pipcache,source=/,target=/tmp/pip_cache_root \
20
test ! -d /tmp/pip_cache_root/root/.cache/pip || \
21
- cp -a /tmp/pip_cache_root/root/.cache/pip /root/.cache/pip
+ cp -a /tmp/pip_cache_root/root/.cache/pip /root/.cache/
22
23
RUN --mount=type=bind,source=scripts/build,target=scripts/build \
24
sh -x scripts/build/install_depends_wheels.sh
0 commit comments