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 294d835 commit 8d6283eCopy full SHA for 8d6283e
commons/Dockerfile.base.py38-cuda11.1
@@ -374,7 +374,7 @@ RUN wget https://github.com/openucx/ucx/archive/v1.10.0.tar.gz && \
374
# Install Open MPI
375
RUN mkdir /tmp/openmpi && \
376
cd /tmp/openmpi && \
377
- wget https://www.open-mpi.org/software/ompi/v4.0/downloads/openmpi-${OPENMPI}.tar.gz && \
+ wget https://download.open-mpi.org/release/open-mpi/v4.1/openmpi-${OPENMPI}.tar.gz && \
378
tar zxf openmpi-${OPENMPI}.tar.gz && \
379
cd openmpi-${OPENMPI} && \
380
./configure --enable-orterun-prefix-by-default --with-cuda --with-ucx=/usr/local/ucx --enable-mca-no-build=btl-uct && \
0 commit comments