We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46e0c48 commit af952edCopy full SHA for af952ed
docker/Dockerfile.python_wheels
@@ -38,4 +38,5 @@ RUN date > dist_out/test_done.ts
38
39
FROM scratch AS export
40
COPY --from=build /src/dist_out /dist
41
+COPY --from=build /root/.cache/pip /root/.cache/pip
42
COPY --from=test /src/dist_out/test_done.ts /dist
0 commit comments