Skip to content

Commit 4598ff4

Browse files
committed
1 parent 802d0bc commit 4598ff4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

services/AUTOMATIC1111/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ ENV ROOT=/stable-diffusion-webui
3939
COPY --from=download /repositories/ ${ROOT}/repositories/
4040
RUN mkdir ${ROOT}/interrogate && cp ${ROOT}/repositories/clip-interrogator/clip_interrogator/data/* ${ROOT}/interrogate
4141

42+
RUN --mount=type=cache,target=/root/.cache/pip \
43+
pip uninstall -y typing_extensions && \
44+
pip install typing_extensions==4.11.0
45+
4246
RUN --mount=type=cache,target=/root/.cache/pip \
4347
pip install pyngrok xformers==0.0.26.post1 \
4448
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \

0 commit comments

Comments
 (0)