Skip to content

Commit a9df12a

Browse files
authored
Update Dockerfile to include zip wget for doc-builder (huggingface#12451)
1 parent a519272 commit a9df12a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docker/diffusers-doc-builder/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ RUN apt-get -y update && apt-get install -y bash \
1313
ca-certificates \
1414
libglib2.0-0 \
1515
libsndfile1-dev \
16-
libgl1
16+
libgl1 \
17+
zip \
18+
wget
1719

1820
ENV UV_PYTHON=/usr/local/bin/python
1921

0 commit comments

Comments
 (0)