Nvidia cuda toolkit for ubuntu2204 on ppc64el architecture (IBM Power9)

Dear All. I am facig a problem while trying to install Tensorflow 2.6 on an IBM Power9 machine. In particular I have this machine running Ubuntu 22.04 LTS and the system architecture is ppc64el. When trying to download the Nvidia I did not find the specific version for the system and tried to install the most similar but for Ubuntu18.04.
$ sudo dpkg -i nvidia-driver-local-repo-ubuntu1804-418.226.00
$ wget https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/PPC64el/cuda-keyring_1.0-1_all.deb
This seemed to went rigth until Itried to update cuda
$ sudo dpkg -i cuda-keyring_1.0-1_all.deb
A deprecated public CUDA GPG key appears to be installed. To remove the key, run this command: sudo apt-key del 7fa2af80
`…
W: file:/var/nvidia-driver-local-repo-ubuntu1804-418.226.00/Release.gpg: Key is stored in legacy trusted.gpg keyring (/etc/apt/trusted.gpg), see the DEPRECATION section in apt-key(8) for details.
$ sudo apt-get install cuda
Leyendo lista de paquetes… Hecho
Creando árbol de dependencias… Hecho
Leyendo la información de estado… Hecho
No se pudieron instalar algunos paquetes. Esto puede significar que
usted pidió una situación imposible o, si está usando la distribución
inestable, que algunos paquetes necesarios aún no se han creado o se
han sacado de «Incoming».
La siguiente información puede ayudar a resolver la situación:

Los siguientes paquetes tienen dependencias incumplidas:
xserver-xorg-video-nvidia-455 : Depende: xorg-video-abi-24 pero no es instalable o
xorg-video-abi-23 pero no es instalable o
xorg-video-abi-20 pero no es instalable o
xorg-video-abi-19 pero no es instalable o
xorg-video-abi-18 pero no es instalable o
xorg-video-abi-15 pero no es instalable o
xorg-video-abi-14 pero no es instalable o
xorg-video-abi-13 pero no es instalable o
xorg-video-abi-12 pero no es instalable o
xorg-video-abi-11 pero no es instalable o
xorg-video-abi-10 pero no es instalable o
xorg-video-abi-8 pero no es instalable o
xorg-video-abi-6.0 pero no es instalable
E: No se pudieron corregir los problemas, usted ha retenido paquetes rotos.`

Please help me to solve this incompatibility problem.