diff --git a/docker/test/Dockerfile b/docker/test/Dockerfile index 3ec07450..50e66596 100644 --- a/docker/test/Dockerfile +++ b/docker/test/Dockerfile @@ -151,7 +151,7 @@ RUN yum -y install gsl-gnu9-ohpc RUN pip3 install "pybind11[global]" RUN . /etc/profile.d/lmod.sh \ - && pip3 install mpi4py + && pip3 install mpi4py==3.1.5 # Register new libs installed into /usr/local/lib with linker RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/class.conf