Skip to content

Commit 312a9ee

Browse files
[UX] Pre-build a EFA version of the default Docker image #2793
1 parent 709b63c commit 312a9ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/base/base-efa.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ RUN apt-get update \
9292
&& curl -O https://s3-us-west-2.amazonaws.com/aws-efa-installer/aws-efa-installer-${EFA_VERSION}.tar.gz \
9393
&& tar -xf aws-efa-installer-${EFA_VERSION}.tar.gz \
9494
&& cd aws-efa-installer \
95-
&& ./efa_installer.sh -y --skip-kmod -g
95+
&& ./efa_installer.sh -y --skip-kmod -g \
9696
&& rm -rf /tmp/aws-efa-installer /var/lib/apt/lists/* \
9797
&& echo "${NCCL_HOME}/lib" >> /etc/ld.so.conf.d/nccl.conf \
9898
&& echo "${OPEN_MPI_PATH}/lib" >> /etc/ld.so.conf.d/openmpi.conf \

0 commit comments

Comments
 (0)