We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0172ab7 commit 8418ad7Copy full SHA for 8418ad7
1 file changed
docker/base/nvidia/Dockerfile
@@ -22,6 +22,7 @@ RUN cuda_version=$(echo ${CUDA_VERSION} | awk -F . '{ print $1"-"$2 }') \
22
autoconf \
23
automake \
24
libtool \
25
+ openmpi-bin \
26
libopenmpi-dev \
27
&& cd $HOME \
28
&& git clone https://github.com/NVIDIA/nccl.git -b v${NCCL_VERSION} \
0 commit comments