Skip to content

Commit

Permalink
Unpin manylinux image so that newer ROCM keys match.
Browse files Browse the repository at this point in the history
  • Loading branch information
stellaraccident committed Jan 27, 2024
1 parent 9cc933a commit b4b8e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerfiles/manylinux_x86_64.Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down

0 comments on commit b4b8e7a

Please sign in to comment.