L4t-base docker image is not recognizing python manylinux2014 wheels

Hello,

When I am inside the container, I am trying to install through pip3 the numpy 1.19.0 version through this command:

pip3 install numpy==1.19.0 --no-cache-dir --no-dependencies -v

Although numpy has wheels package for aarch64 which is also taged as manylinux2014, the pip3 command doesn’t take this wheel as suitable for the container os version.

In contrast if I use a this docker image for example: arm64v8/ubuntu:18.04 and do the same it actually works.

So it brings me to the conclusion that l4t-base image doesn’t work with manylinux2014, and if so, will it be possible to add support for this in the future versions?