From 9491c155bbad057291c4ed388a73cb390ee1611f Mon Sep 17 00:00:00 2001 From: OlivierDehaene <23298448+OlivierDehaene@users.noreply.github.com> Date: Tue, 23 Jul 2024 21:40:42 +0200 Subject: [PATCH] fix --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index c7c7e62c..aee4a172 100644 --- a/Dockerfile +++ b/Dockerfile @@ -252,9 +252,7 @@ COPY server/Makefile server/Makefile RUN cd server && \ make gen-server && \ pip install -r requirements_cuda.txt && \ - pip install ".[bnb, accelerate, quantize, peft, outlines]" --no-cache-dir && \ - -ENV LD_PRELOAD=/opt/conda/lib/python3.10/site-packages/nvidia/nccl/lib/libnccl.so.2 + pip install ".[bnb, accelerate, quantize, peft, outlines]" --no-cache-dir # Deps before the binaries # The binaries change on every build given we burn the SHA into them