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 490a708 commit 7e3a7c1Copy full SHA for 7e3a7c1
.github/scripts/ppc64le-ci/self-hosted-builder/fs/usr/bin/actions-runner
@@ -5,7 +5,7 @@ set -e -u
5
trap cleanup EXIT
6
7
# first import docker image
8
-if [ -f ./ubi-s390x.tar ] ; then
+if [ -f ./ubi-ppc64le.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
0 commit comments