From b4b8e7ac2f9023b91a86d8d3afff001cd9222713 Mon Sep 17 00:00:00 2001 From: Stella Laurenzo Date: Fri, 26 Jan 2024 16:22:00 -0800 Subject: [PATCH] Unpin manylinux image so that newer ROCM keys match. --- dockerfiles/manylinux_x86_64.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dockerfiles/manylinux_x86_64.Dockerfile b/dockerfiles/manylinux_x86_64.Dockerfile index 2235367..c40f80b 100644 --- a/dockerfiles/manylinux_x86_64.Dockerfile +++ b/dockerfiles/manylinux_x86_64.Dockerfile @@ -1,7 +1,7 @@ # We build our portable linux releases on the manylinux (RHEL-based) # images, with custom additional packages installed. We switch to # new upstream versions as needed. -FROM quay.io/pypa/manylinux_2_28_x86_64@sha256:8ab319e0ecea2f642b2436dbf736993f1af3051186d2e2fd27ac79a461f47191 +FROM quay.io/pypa/manylinux_2_28_x86_64 RUN yum install -y epel-release && \ yum install -y ccache clang lld && \