* Adding almalinux-8 dockerfile
* Install multi-install versioned ROCm
* Bug
* Install python (needed by Magma install) and python3-dev (needed to be able to run PyTorch in compile mode when testing PyTorch wheels in resulting docker image)
* yum cannot find python3-dev on almalinux
* Use ln since no 'python' package exists
* Move python link creation to ensure it persists
* Don't install python link here; we will do it in manylinux image since it's only really needed for Magma build currently
* comment
* Add almalinux image creation to build_all.sh
* Push almalinux8 image
* Add Devtoolset 11 paths
(cherry picked from commit 5126740ec09bf0b86d0c4edace90dd317ca9e244)
---------
Co-authored-by: Pruthvi Madugundu <pruthvigithub@gmail.com>