1
0
mirror of https://github.com/huggingface/diffusers.git synced 2026-01-27 17:22:53 +03:00

[Docker] update doc builder dockerfile to include quant libs. (#11728)

update doc builder dockerfile to include quant libs.
This commit is contained in:
Sayak Paul
2025-07-09 12:27:22 +05:30
committed by GitHub
parent 86becea77f
commit be23f7df00

View File

@@ -47,6 +47,10 @@ RUN python3.10 -m pip install --no-cache-dir --upgrade pip uv==0.1.11 && \
tensorboard \
transformers \
matplotlib \
setuptools==69.5.1
setuptools==69.5.1 \
bitsandbytes \
torchao \
gguf \
optimum-quanto
CMD ["/bin/bash"]