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

Update Dockerfile to include zip wget for doc-builder (#12451)

This commit is contained in:
Sayak Paul
2025-10-09 15:25:03 +05:30
committed by GitHub
parent a519272d97
commit a9df12ab45

View File

@@ -13,7 +13,9 @@ RUN apt-get -y update && apt-get install -y bash \
ca-certificates \
libglib2.0-0 \
libsndfile1-dev \
libgl1
libgl1 \
zip \
wget
ENV UV_PYTHON=/usr/local/bin/python