Skip to content

Commit b921e85

Browse files
build script comment manylinux check
1 parent c9a2b2f commit b921e85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Self-Hosted IBM Z Github Actions Runner.
22

33
# Temporary image: amd64 dependencies.
4-
FROM docker.io/amd64/ubuntu:23.10 as ld-prefix
4+
FROM docker.io/amd64/ubuntu:22.04 as ld-prefix
55
ENV DEBIAN_FRONTEND=noninteractive
66
RUN apt-get update && apt-get -y install ca-certificates libicu72 libssl3
77

88
# Main image.
9-
FROM docker.io/s390x/ubuntu:23.10
9+
FROM docker.io/ppc64le/ubuntu:22.04
1010

1111
# Packages for pytorch building and testing.
1212
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)