Skip to content

Commit 8d6283e

Browse files
committed
fixed error of openmpi
1 parent 294d835 commit 8d6283e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commons/Dockerfile.base.py38-cuda11.1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ RUN wget https://github.com/openucx/ucx/archive/v1.10.0.tar.gz && \
374374
# Install Open MPI
375375
RUN mkdir /tmp/openmpi && \
376376
cd /tmp/openmpi && \
377-
wget https://www.open-mpi.org/software/ompi/v4.0/downloads/openmpi-${OPENMPI}.tar.gz && \
377+
wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-${OPENMPI}.tar.gz && \
378378
tar zxf openmpi-${OPENMPI}.tar.gz && \
379379
cd openmpi-${OPENMPI} && \
380380
./configure --enable-orterun-prefix-by-default --with-cuda --with-ucx=/usr/local/ucx --enable-mca-no-build=btl-uct && \

0 commit comments

Comments
 (0)