ROCm / tensorflow-upstream

TensorFlow ROCm port
https://tensorflow.org
Apache License 2.0
683 stars 93 forks source link

[r2.16-rocm-enhanced] Add manylinux_2_28 Dockerfile and related scripts #2553

Closed jayfurmanek closed 1 month ago

jayfurmanek commented 1 month ago

EL7 is going out of support so we need to move to a new OS for the base image for the rocm/tensorflow-build container. This will require moving to the manylinux_2_28 standard.

This PR adds a new Dockerfile that uses the community manylinux base containers from quay.io. Some of the scripts needed to be updated for dnf usage and other EL8 specifics.

The old "CS7" wasn't removed, just renamed (for now).