Skip to content

Commit 6615495

Browse files
committed
Specify version of mpi4py
Latest doesn't seem to want to build in this environment.
1 parent 508dd7c commit 6615495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/test/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ RUN yum -y install gsl-gnu9-ohpc
151151
RUN pip3 install "pybind11[global]"
152152

153153
RUN . /etc/profile.d/lmod.sh \
154-
&& pip3 install mpi4py
154+
&& pip3 install mpi4py==3.1.5
155155

156156
# Register new libs installed into /usr/local/lib with linker
157157
RUN echo "/usr/local/lib" > /etc/ld.so.conf.d/class.conf

0 commit comments

Comments
 (0)