mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-07 15:34:16 +00:00
workaround issue:
https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/719
This commit is contained in:
parent
9bb6c066bb
commit
5ebe7a5849
1 changed files with 2 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue