Skip to content

Commit 8418ad7

Browse files
[UX] Pre-build a EFA version of the default Docker image #2793
1 parent 0172ab7 commit 8418ad7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docker/base/nvidia/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ RUN cuda_version=$(echo ${CUDA_VERSION} | awk -F . '{ print $1"-"$2 }') \
2222
autoconf \
2323
automake \
2424
libtool \
25+
openmpi-bin \
2526
libopenmpi-dev \
2627
&& cd $HOME \
2728
&& git clone https://github.com/NVIDIA/nccl.git -b v${NCCL_VERSION} \

0 commit comments

Comments
 (0)