Skip to content

Commit 5ebe7a5

Browse files
committed
workaround issue:
AbdBarho#719
1 parent 9bb6c06 commit 5ebe7a5

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
@@ -32,7 +32,8 @@ RUN --mount=type=cache,target=/root/.cache/pip \
3232
cd stable-diffusion-webui && \
3333
git reset --hard v1.9.4 && \
3434
pip install -r requirements_versions.txt
35-
35+
# Add this line to update typing_extensions
36+
RUN pip install --upgrade typing_extensions
3637

3738
ENV ROOT=/stable-diffusion-webui
3839

0 commit comments

Comments
 (0)