瀏覽代碼

docker: install libibverbs by default

AlpinDale 7 月之前
父節點
當前提交
5f84f0651c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -23,7 +23,7 @@ RUN echo 'tzdata tzdata/Areas select America' | debconf-set-selections \
     && python3 -m pip --version
 
 RUN apt-get update -y \
-    && apt-get install -y python3-pip git
+    && apt-get install -y python3-pip git curl libibverbs-dev
 
 # Workaround for https://github.com/openai/triton/issues/2507 and
 # https://github.com/pytorch/pytorch/issues/107960 -- hopefully