We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805d02f commit 8282dafCopy full SHA for 8282daf
.ci/docker/manywheel/Dockerfile_ppc64le
@@ -82,6 +82,7 @@ RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
82
# EPEL for cmake
83
FROM base as patchelf
84
RUN git clone --depth 1 --branch temp-gha-runner-v3 https://github.com/sandeepgupta12/pytorch.git /tmp/pytorch && \
85
+ mkdir -p /build_scripts && \
86
cp /tmp/pytorch/.ci/docker/common/install_patchelf.sh /build_scripts/install_patchelf.sh
87
# Install patchelf
88
#ADD ./common/install_patchelf.sh install_patchelf.sh
0 commit comments