Ivan Novikov 2025-02-13 16:31:36 +02:00
parent 9bb6c066bb
commit 5ebe7a5849
No known key found for this signature in database
GPG key ID: A61644906CBE7132

View file

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