diff --git a/docker/Dockerfile.cu126 b/docker/Dockerfile.cu126 index e67d1dfbd4..12983310b8 100644 --- a/docker/Dockerfile.cu126 +++ b/docker/Dockerfile.cu126 @@ -25,4 +25,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu126 # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich diff --git a/docker/Dockerfile.cu126.dev b/docker/Dockerfile.cu126.dev index 9b8b1ccd49..816d5af619 100644 --- a/docker/Dockerfile.cu126.dev +++ b/docker/Dockerfile.cu126.dev @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu126 && pip3 install pre-commit # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich # Install oh-my-zsh RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended diff --git a/docker/Dockerfile.cu128 b/docker/Dockerfile.cu128 index ed1bb194db..44fcc933c7 100644 --- a/docker/Dockerfile.cu128 +++ b/docker/Dockerfile.cu128 @@ -25,4 +25,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu128 # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich diff --git a/docker/Dockerfile.cu128.dev b/docker/Dockerfile.cu128.dev index ad734724d5..4fb71d9eeb 100644 --- a/docker/Dockerfile.cu128.dev +++ b/docker/Dockerfile.cu128.dev @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu128 && pip3 install pre-commit # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich # Install oh-my-zsh RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended diff --git a/docker/Dockerfile.cu129 b/docker/Dockerfile.cu129 index b395f201c4..03f8d048ce 100644 --- a/docker/Dockerfile.cu129 +++ b/docker/Dockerfile.cu129 @@ -28,4 +28,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu129 # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich diff --git a/docker/Dockerfile.cu129.dev b/docker/Dockerfile.cu129.dev index 59c5368932..bfba3d95e6 100644 --- a/docker/Dockerfile.cu129.dev +++ b/docker/Dockerfile.cu129.dev @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu129 && pip3 install pre-commit # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich # Install oh-my-zsh RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended diff --git a/docker/Dockerfile.cu130 b/docker/Dockerfile.cu130 index 7a77d8ba69..1ac138acc6 100644 --- a/docker/Dockerfile.cu130 +++ b/docker/Dockerfile.cu130 @@ -28,4 +28,4 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu130 # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich diff --git a/docker/Dockerfile.cu130.dev b/docker/Dockerfile.cu130.dev index f9e527572c..56762e242b 100644 --- a/docker/Dockerfile.cu130.dev +++ b/docker/Dockerfile.cu130.dev @@ -50,7 +50,7 @@ COPY docker/install/install_python_packages.sh /install/install_python_packages. RUN bash /install/install_python_packages.sh cu130 && pip3 install pre-commit # Install mpi4py in the conda environment -RUN conda install -n py312 -y mpi4py +RUN conda install -n py312 -y mpi4py mpich # Install oh-my-zsh RUN sh -c "$(curl -fsSL https://raw.githubusercontent.com/ohmyzsh/ohmyzsh/master/tools/install.sh)" "" --unattended