mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 12:24:53 +00:00
docker install on system
This commit is contained in:
parent
418b058d34
commit
b67ca525db
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user