File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -202,11 +202,11 @@ RUN rm -fr /var/lib/apt/lists/* && \
202
202
203
203
# Install OFED
204
204
WORKDIR /tmp
205
- RUN wget -q -O - https://www.mellanox.com/downloads/ofed/MLNX_OFED-5.1-2.3.7.1/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu18 .04-x86_64.tgz | tar xzf - && \
206
- cd /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu18 .04-x86_64 && \
205
+ RUN wget -q -O - https://www.mellanox.com/downloads/ofed/MLNX_OFED-5.1-2.3.7.1/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu20 .04-x86_64.tgz | tar xzf - && \
206
+ cd /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu20 .04-x86_64 && \
207
207
./mlnxofedinstall --user-space-only --without-fw-update --all -q && \
208
208
cd /tmp && \
209
- rm -rf /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu18 .04-x86_64*
209
+ rm -rf /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu20 .04-x86_64*
210
210
211
211
RUN wget https://github.com/Kitware/CMake/releases/download/v3.22.0/cmake-3.22.0-Linux-x86_64.sh \
212
212
-q -O /tmp/cmake-install.sh && \
You can’t perform that action at this time.
0 commit comments