Skip to content

Commit

Permalink
Experiment with IB/OFED libs from distro repo
Browse files Browse the repository at this point in the history
  • Loading branch information
yhtang authored Apr 23, 2024
1 parent 0dc4032 commit 7b356c9
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/container/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,16 @@ apt_packages=(
wget
# llvm.sh
lsb-release software-properties-common
# OFED for RoCE and InfiniteBand support
rdma-core
libibverbs1
libibverbs-dev
librdmacm1
librdmacm-dev
libibumad3
libibumad-dev
ibverbs-utils
ibverbs-providers
)
if [[ $(dpkg --print-architecture) == arm64 ]]; then
# h5py: The newest release of of h5py (3.11.0) does not include ARM wheels and causes pip to build h5py.
Expand Down Expand Up @@ -155,13 +165,6 @@ RUN install-cudnn.sh
ADD install-nccl.sh /usr/local/bin
RUN install-nccl.sh

###############################################################################
## RoCE and InfiniteBand support
###############################################################################

ADD install-ofed.sh /usr/local/bin
RUN install-ofed.sh

##############################################################################
## Amazon EFA support (need to run it inside container separately)
##############################################################################
Expand Down

0 comments on commit 7b356c9

Please sign in to comment.