From c5a6af55e47fb89abdf288cf5024b988f8f52cb6 Mon Sep 17 00:00:00 2001 From: Mike Henry <11765982+mikemhenry@users.noreply.github.com> Date: Thu, 27 Jul 2023 14:55:48 -0700 Subject: [PATCH] add mpi stuff to docker --- docker/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index 97df7f41d..d5ae91d9d 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -18,7 +18,7 @@ USER $MAMBA_USER # https://docs.python.org/3/using/cmdline.html#cmdoption-u ENV PYTHONUNBUFFERED=1 -RUN micromamba install -y -n base -c conda-forge -c openeye openeye-toolkits git pytest-xdist pytest-attrib mmpi4py piplus "perses==$VERSION" cudatoolkit=11.2 && \ +RUN micromamba install -y -n base -c conda-forge -c openeye openeye-toolkits git pytest-xdist pytest-attrib mpiplus mpich mpi mpi4py clusterutils "perses==$VERSION" cudatoolkit=11.2 && \ micromamba clean --all --yes # Make directory and tell openeye where to find