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 @@ -156,11 +156,11 @@ RUN mkdir -p /etc/OpenCL/vendors && \
156
156
157
157
# OFED
158
158
WORKDIR /tmp
159
- 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 - && \
160
- cd /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu18 .04-x86_64 && \
159
+ 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 - && \
160
+ cd /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu20 .04-x86_64 && \
161
161
./mlnxofedinstall --user-space-only --without-fw-update --all -q && \
162
162
cd /tmp && \
163
- rm -rf /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu18 .04-x86_64*
163
+ rm -rf /tmp/MLNX_OFED_LINUX-${MLNX_OFED_VERSION}-ubuntu20 .04-x86_64*
164
164
165
165
# nvidia-peer
166
166
WORKDIR /tmp
You can’t perform that action at this time.
0 commit comments