This commit is contained in:
Sampson 2026-01-28 23:10:05 -06:00 committed by GitHub
commit 9bbc76fbe7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -32,6 +32,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
cd stable-diffusion-webui && \
git reset --hard v1.9.4 && \
pip install -r requirements_versions.txt
RUN pip install --upgrade typing_extensions
ENV ROOT=/stable-diffusion-webui