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 709b63c commit 312a9eeCopy full SHA for 312a9ee
docker/base/base-efa.Dockerfile
@@ -92,7 +92,7 @@ RUN apt-get update \
92
&& curl -O https://s3-us-west-2.amazonaws.com/aws-efa-installer/aws-efa-installer-${EFA_VERSION}.tar.gz \
93
&& tar -xf aws-efa-installer-${EFA_VERSION}.tar.gz \
94
&& cd aws-efa-installer \
95
- && ./efa_installer.sh -y --skip-kmod -g
+ && ./efa_installer.sh -y --skip-kmod -g \
96
&& rm -rf /tmp/aws-efa-installer /var/lib/apt/lists/* \
97
&& echo "${NCCL_HOME}/lib" >> /etc/ld.so.conf.d/nccl.conf \
98
&& echo "${OPEN_MPI_PATH}/lib" >> /etc/ld.so.conf.d/openmpi.conf \
0 commit comments