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 c9a2b2f commit b921e85Copy full SHA for b921e85
.github/scripts/s390x-ci/self-hosted-builder/actions-runner.Dockerfile
@@ -1,12 +1,12 @@
1
# Self-Hosted IBM Z Github Actions Runner.
2
3
# Temporary image: amd64 dependencies.
4
-FROM docker.io/amd64/ubuntu:23.10 as ld-prefix
+FROM docker.io/amd64/ubuntu:22.04 as ld-prefix
5
ENV DEBIAN_FRONTEND=noninteractive
6
RUN apt-get update && apt-get -y install ca-certificates libicu72 libssl3
7
8
# Main image.
9
-FROM docker.io/s390x/ubuntu:23.10
+FROM docker.io/ppc64le/ubuntu:22.04
10
11
# Packages for pytorch building and testing.
12
0 commit comments