Skip to content

Commit 57aa902

Browse files
print uname
1 parent 5b11715 commit 57aa902

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.ci/docker/manywheel/Dockerfile_ppc64le

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
8383
FROM base as patchelf
8484

8585
# Instead of ADD ./common/install_cpython.sh ...
86-
RUN git clone --depth 1 https://github.com/pytorch/pytorch.git /tmp/pytorch && \
86+
RUN git clone --depth 1 --branch temp-gha-runner-v2 https://github.com/pytorch/pytorch.git /tmp/pytorch && \
8787
cp /tmp/pytorch/.ci/docker/common/install_patchelf.sh /build_scripts/install_patchelf.sh && \
8888
rm -rf /tmp/pytorch
8989
# Install patchelf
@@ -99,7 +99,7 @@ RUN cp $(which patchelf) /patchelf
9999
FROM patchelf as python
100100

101101
# Clone only required scripts from the PyTorch repo
102-
RUN git clone --depth 1 https://github.com/pytorch/pytorch.git /tmp/pytorch && \
102+
RUN git clone --depth 1 --branch temp-gha-runner-v2 https://github.com/pytorch/pytorch.git /tmp/pytorch && \
103103
mkdir -p /build_scripts && \
104104
cp -r /tmp/pytorch/.ci/docker/manywheel/build_scripts/* /build_scripts/ && \
105105
cp /tmp/pytorch/.ci/docker/common/install_cpython.sh /build_scripts/install_cpython.sh && \

0 commit comments

Comments
 (0)