mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-04 14:44:19 +01:00
workaround issue:
https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/719
This commit is contained in:
parent
9bb6c066bb
commit
5ebe7a5849
|
|
@ -32,7 +32,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
cd stable-diffusion-webui && \
|
cd stable-diffusion-webui && \
|
||||||
git reset --hard v1.9.4 && \
|
git reset --hard v1.9.4 && \
|
||||||
pip install -r requirements_versions.txt
|
pip install -r requirements_versions.txt
|
||||||
|
# Add this line to update typing_extensions
|
||||||
|
RUN pip install --upgrade typing_extensions
|
||||||
|
|
||||||
ENV ROOT=/stable-diffusion-webui
|
ENV ROOT=/stable-diffusion-webui
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue