Skip to content

Commit

Permalink
fix: Pull from the correct Mellanox repository
Browse files Browse the repository at this point in the history
  • Loading branch information
Eta0 committed Oct 19, 2023
1 parent a0d1af6 commit a6a61ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu20
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get -qq update && \

# Mellanox OFED (latest)
RUN wget -qO - https://www.mellanox.com/downloads/ofed/RPM-GPG-KEY-Mellanox | apt-key add -
RUN cd /etc/apt/sources.list.d/ && wget https://linux.mellanox.com/public/repo/mlnx_ofed/latest/ubuntu18.04/mellanox_mlnx_ofed.list
RUN cd /etc/apt/sources.list.d/ && wget https://linux.mellanox.com/public/repo/mlnx_ofed/latest/ubuntu20.04/mellanox_mlnx_ofed.list

RUN apt-get -qq update \
&& apt-get -qq install -y --no-install-recommends \
Expand Down

0 comments on commit a6a61ab

Please sign in to comment.