--system is redundant.

This commit is contained in:
Nicolas Patry 2025-01-16 17:13:42 +01:00
parent 3790dde61b
commit d7c1cca44a
No known key found for this signature in database
GPG Key ID: D2920555C90F704C

View File

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