File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed
scripts/ppc64le-ci/self-hosted-builder Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ USER runner
9696# Set working directory
9797WORKDIR /opt/runner
9898
99- COPY --chown=runner:runner manywheel -ppc64le.tar /opt/runner/manywheel -ppc64le.tar
99+ COPY --chown=runner:runner ubi -ppc64le.tar /opt/runner/ubi -ppc64le.tar
100100
101101# Define entry point and command
102102ENTRYPOINT ["/usr/bin/entrypoint" ]
Original file line number Diff line number Diff line change @@ -4,6 +4,13 @@ set -e -u
44
55trap cleanup EXIT
66
7+ # first import docker image
8+ if [ -f ./ubi-s390x.tar ] ; then
9+ docker image load --input ubi-ppc64le.tar
10+ docker image tag docker.io/pytorch/ubippc64le-builder:cpu-ppc64le docker.io/pytorch/ubippc64le-builder:cpu-ppc64le-main
11+ rm -f ubi-ppc64le.tar
12+ fi
13+
714token_file=registration-token.json
815
916# Function to clean up and unregister the runner
Original file line number Diff line number Diff line change 1818
1919 with :
2020 build-environment : linux-ppc64le-binary-manywheel-ubi9
21- docker-image-name : localhost /pytorch-ppc64le:ubi9.3
21+ docker-image-name : docker.io /pytorch/ubippc64le-builder:cpu-ppc64le-main
2222 runner : linux.ppc64le
2323
2424
You can’t perform that action at this time.
0 commit comments