This commit is contained in:
OlivierDehaene 2024-07-23 21:40:42 +02:00
parent 0c7910f7bc
commit 9491c155bb
No known key found for this signature in database
GPG Key ID: BB104D67809DA93C

View File

@ -252,9 +252,7 @@ COPY server/Makefile server/Makefile
RUN cd server && \ RUN cd server && \
make gen-server && \ make gen-server && \
pip install -r requirements_cuda.txt && \ pip install -r requirements_cuda.txt && \
pip install ".[bnb, accelerate, quantize, peft, outlines]" --no-cache-dir && \ 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
# Deps before the binaries # Deps before the binaries
# The binaries change on every build given we burn the SHA into them # The binaries change on every build given we burn the SHA into them