Problem about ofed installation on uos20.1050e

I’m having trouble installing OFED on my server.

Here is my server’s Linux distribution :
$ uname -r
4.19.90-2211.5.0.0178.23.uel20.aarch64

Here is the OFED version I use :
MLNX_OFED_LINUX-5.9-0.5.6.0-uos20.1040-aarch64.tgz

Here is my installing procedure :
$ ./mlnx_add_kernel_support.sh -m ./ --make-tgz
Note: This program will create MLNX_OFED_LINUX_TGZ for uos20 under /tmp directory.
Do you want to continue?[y/N]:y
See log file /tmp/mlnxiso.290179_1ogs/mlnx_ofed_iso.290179.log

WARNING: The current MLNX_OFED_LINUX is intended for uos20.1040 !
You may need to use the’–skip-distro-checkflag to install the resulting MLNX_OFED_LINUX on this system.

Checking if all needed packages are installed…
Building MLNX_OFED_LINUX_RPMS.Please wait…

ERROR: Failed executing"MLNX_OFED_SRC-5.9-0.5.6.0/install.pl --tmpdir /tmp/mlnx_iso.290179 logs --kernel-only --kernel 4.19.90-2211.5.0.0178.23.uel20.aarch64 --kernel-sources /lib/modules/4.19.90-2211.5.0.0178.23.ue120.aarch64/build/ --builddir /tmp/mlnx iso.290179 --disable-kmp --build-only"
ERROR:See /tmp/mlnx_iso.290179_logs/mlnx_ofed_iso.290179.1og

And here is the error log :
$ cat /tmp/mlnx_iso.290179 logs/mlnx_ofed_iso.290179.log

Below is the list of OFED packages that you have chosen
(some may have been added by the installer due to package dependencies):

ofed-scripts mlnx-tools
mlnx-ofed-kernel-utils
mlnx-ofed-kernel-modules
kernel-mft-modules
knem-modules

Checking SW Requirements…
One or more required packages for installing OFED-internal are missing.
Attempting to install the following missing packages:

coreutils dpatch swig kmod grep debhelper lsof pciutils gcc python3 libltdl-dev bzip2 pkg- config quilt build-essential graphviz chrpath procps autotools-dev python3-distutils perl m4 ethtool dh-autoreconf dh-python automake autoconf make
Failed command: apt-get install -y -o Dpkg::Options::=‘–force-confdef’-o Dpkg::Options::=’–force-confold’coreutils dpatch swig kmod grep debhelper lsof pciutils gcc python3 lib ltdl-dev bzip2 pkg-config quilt build-essential graphviz chrpath procps autotools-dev pyth on3-distutils perl m4 ethtool dh-autoreconf dh-python automake autoconf make

So,I think my problem now is I can’t find a appropriate ofed version for my srever.My server is in uos series but it is using yum for package installing. Therefore, the kernel_add script leads to failure.
How can I find a suitable ofed version for my server?