Problems with enabling MPI on lightning.gpu

This is a update, I went back and try it in a clean enviroment in python 3.10. Currently i am using Miniconda to manage my enviroments in the server. I followed the following guide Trouble installing lightning-gpu with mpi support under Python3.10 - #11 by CatalinaAlbornoz

So i ran the following for the pennylane gpu:

RUN git clone https://github.com/PennyLaneAI/pennylane-lightning.git && \
cd pennylane-lightning && \
pip install -r requirements.txt --upgrade && \
python -m pip install . && \
PL_BACKEND="lightning_gpu" python scripts/configure_pyproject_toml.py && \
CMAKE_ARGS="-DENABLE_MPI=ON" python -m pip install . -vv

I also installed by hand pennylane and just did

# Copy first pennylane from git
cd pennylane/
pip install . 

The thing is that when running the tests:
image
only 9 tests pass