From e81522e8792443eabe23412bbec0bffd1157e9a2 Mon Sep 17 00:00:00 2001 From: youkaichao Date: Fri, 19 Jul 2024 17:16:57 -0700 Subject: [PATCH] [build] add ib in image for out-of-the-box infiniband support (#6599) [build] add ib so that multi-node support with infiniband can be supported out-of-the-box (#6599) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ff081b82..2b4da1ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -168,7 +168,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \ && python3 --version RUN apt-get update -y \ - && apt-get install -y python3-pip git curl + && apt-get install -y python3-pip git curl libibverbs-dev # Install pip s.t. it will be compatible with our PYTHON_VERSION RUN curl -sS https://bootstrap.pypa.io/get-pip.py | python${PYTHON_VERSION}