docker install on system

This commit is contained in:
Nicolas Patry 2025-01-16 15:19:19 +01:00
parent 418b058d34
commit b67ca525db
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

@ -214,7 +214,7 @@ COPY server/Makefile server/Makefile
RUN cd server && \
make gen-server && \
pip install -U pip uv && \
uv pip install ".[accelerate, compressed-tensors, peft, outlines]" --no-cache-dir
uv pip install ".[accelerate, compressed-tensors, peft, outlines]" --no-cache-dir --system
# Install benchmarker
COPY --from=builder /usr/src/target/release-opt/text-generation-benchmark /usr/local/bin/text-generation-benchmark