File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ RUN /bin/rm -rf /opt/_internal /opt/python /usr/local/*/*
8383FROM 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
9999FROM 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 && \
You can’t perform that action at this time.
0 commit comments