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 714dfb3 commit c9a2b2fCopy full SHA for c9a2b2f
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -63,7 +63,7 @@ RUN virtualenv --system-site-packages venv
63
# and save command is:
64
# docker image save -o manywheel-s390x.tar pytorch/manylinuxs390x-builder:cpu-s390x
65
#
66
-COPY --chown=actions-runner:actions-runner manywheel-s390x.tar /home/actions-runner/manywheel-s390x.tar
+COPY --chown=actions-runner:actions-runner manywheel-ppc64le.tar /home/actions-runner/manywheel-ppc64le.tar
67
68
RUN curl -L https://github.com/actions/runner/releases/download/v2.317.0/actions-runner-linux-x64-2.317.0.tar.gz | tar -xz
69
0 commit comments