How to install 32-bit compatibility libraries alongside cuda RPMs on RHEL8

Hello,

We are using the cuda repository to download and install RHEL8-compatible RPMs for the nvidia driver as an alternative to using the .run file, as it is much easier to maintain an rpm repository versus a .run file. We are using the latest available currently:

kmod-nvidia-460.32.03-4.18.0-240.10.1.x86_64 3:460.32.03-3.el8_3
nvidia-driver.x86_64 3:460.32.03-1.el8
nvidia-driver-NVML.x86_64 3:460.32.03-1.el8
nvidia-driver-cuda.x86_64 3:460.32.03-1.el8
nvidia-driver-cuda-libs.x86_64 3:460.32.03-1.el8
nvidia-driver-libs.x86_64 3:460.32.03-1.el8
nvidia-kmod-common.noarch 3:460.32.03-1.el8
nvidia-libXNVCtrl.x86_64 3:460.32.03-1.el8
nvidia-persistenced.x86_64 3:460.32.03-1.el8
nvidia-settings.x86_64 3:460.32.03-1.el8

Our problem is that we need to also install the 32-bit compatibility libraries (missing libGL.so 32-bit and likely others). Where can we get them? It does not appear that they are provided in the CUDA repository.

Thanks