mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-11 20:34:54 +00:00
Remove commas from poetry export --extras ...
This commit is contained in:
parent
a221dbb9a7
commit
bbde434c40
@ -205,7 +205,7 @@ COPY server/poetry.lock poetry.lock
|
||||
COPY server/pyproject.toml pyproject.toml
|
||||
|
||||
RUN pip install poetry && poetry export -f requirements.txt \
|
||||
--extras "attention, bnb, accelerate, compressed-tensors, marlin, moe, quantize, peft, outlines" \
|
||||
--extras "attention bnb accelerate compressed-tensors marlin moe quantize peft outlines" \
|
||||
--output requirements_poetry.txt
|
||||
|
||||
FROM conda-install AS base
|
||||
|
Loading…
Reference in New Issue
Block a user