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

install wget. (#8285)

This commit is contained in:
Sayak Paul
2024-05-27 18:06:07 +05:30
committed by GitHub
parent b3d10d6d65
commit fe5f035f79

View File

@@ -19,6 +19,7 @@ RUN apt install -y bash \
python3-pip \
libgl1 \
zip \
wget \
python3.10-venv && \
rm -rf /var/lib/apt/lists