Skip to content

Commit

Permalink
add mpi stuff to docker
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Jul 27, 2023
1 parent e1a3755 commit c5a6af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c5a6af5

Please sign in to comment.