Skip to content

Commit 8282daf

Browse files
running parallel jobs for all python version for nightly builds
1 parent 805d02f commit 8282daf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
8282
# EPEL for cmake
8383
FROM base as patchelf
8484
RUN git clone --depth 1 --branch temp-gha-runner-v3 https://github.com/sandeepgupta12/pytorch.git /tmp/pytorch && \
85+
mkdir -p /build_scripts && \
8586
cp /tmp/pytorch/.ci/docker/common/install_patchelf.sh /build_scripts/install_patchelf.sh
8687
# Install patchelf
8788
#ADD ./common/install_patchelf.sh install_patchelf.sh

0 commit comments

Comments
 (0)