Skip to content

Commit 8e9b75a

Browse files
author
Adios
committed
WORKAROUND: cannot import name TypeIs
- AbdBarho#729
1 parent 802d0bc commit 8e9b75a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

services/AUTOMATIC1111/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
3131
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
3232
cd stable-diffusion-webui && \
3333
git reset --hard v1.9.4 && \
34-
pip install -r requirements_versions.txt
34+
pip install -r requirements_versions.txt && \
35+
pip install --upgrade typing-extensions
3536

3637

3738
ENV ROOT=/stable-diffusion-webui

0 commit comments

Comments
 (0)