Skip to content

Commit

Permalink
Add openmpi to our base cuda container for MPI support (#6026)
Browse files Browse the repository at this point in the history
* Add openmpi to our base container for DeepSpeed MPI support

* conda

Co-authored-by: Jirka Borovec <jirka.borovec@seznam.cz>
  • Loading branch information
SeanNaren and Borda authored Feb 17, 2021
1 parent 99da0d9 commit 5157ba5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dockers/base-conda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ RUN apt-get update -qq && \
curl \
unzip \
ca-certificates \
libopenmpi-dev \
&& \

# Install conda and python.
Expand Down
1 change: 1 addition & 0 deletions dockers/base-cuda/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ RUN apt-get update -qq && \
unzip \
ca-certificates \
software-properties-common \
libopenmpi-dev \
&& \

# Install python
Expand Down

0 comments on commit 5157ba5

Please sign in to comment.