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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user