File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
tensorflow/training/docker/2.18/py3 Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ ARG PYTHON_VERSION=3.10.14
4040
4141ARG PIP=pip3
4242
43- ARG OMPI_VERSION=4.1.9
43+ ARG OMPI_VERSION=4.1.7
4444
4545# To be passed to ec2 and sagemaker stages
4646ENV PYTHON=${PYTHON}
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ ARG PYTHON_VERSION=3.10.14
4242ARG OPEN_MPI_PATH=/opt/amazon/openmpi
4343ARG EFA_PATH=/opt/amazon/efa
4444ARG EFA_VERSION=1.37.0
45- ARG OMPI_VERSION=4.1.6
45+ ARG OMPI_VERSION=4.1.7
4646ARG BRANCH_OFI=1.13.2-aws
4747
4848
@@ -103,8 +103,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends --allow-unauthe
103103 && apt-get install -y --no-install-recommends --allow-unauthenticated --allow-change-held-packages \
104104 libcublas-dev-${CUDA_DASH} \
105105 libcublas-${CUDA_DASH} \
106- libnccl2=${NCCL_VERSION} \
107- libnccl-dev=${NCCL_VERSION} \
106+ libnccl2 \
107+ libnccl-dev \
108108 && rm -rf /var/lib/apt/lists/* \
109109 && apt-get clean \
110110 && mkdir -p /var/run/sshd
You can’t perform that action at this time.
0 commit comments