From 14a23033b2b66b58815017919143ef1643f1b639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Bastien?= Date: Tue, 10 Oct 2023 09:38:24 -0400 Subject: [PATCH] Update .github/container/Dockerfile.pax Co-authored-by: Mehdi Amini --- .github/container/Dockerfile.pax | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/container/Dockerfile.pax b/.github/container/Dockerfile.pax index 4cbffe7b8..6220279b4 100644 --- a/.github/container/Dockerfile.pax +++ b/.github/container/Dockerfile.pax @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1-labs ############################################################################### -## Pax for AArch64 and Amd64 for GraceHopper. +## Pax for Amd64 and Aarch64 for GraceHopper. ## We want both containers to be equivalent. ## GH need special treatments as not all pip wheel support it. ## So this is more complex than what x86 needs.