Skip to content

Commit

Permalink
Fix for issue AbdBarho#719
Browse files Browse the repository at this point in the history
  • Loading branch information
lazyelectrons committed Aug 19, 2024
1 parent 802d0bc commit c1d50f0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions services/AUTOMATIC1111/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,14 @@ ENV ROOT=/stable-diffusion-webui

COPY --from=download /repositories/ ${ROOT}/repositories/
RUN mkdir ${ROOT}/interrogate && cp ${ROOT}/repositories/clip-interrogator/clip_interrogator/data/* ${ROOT}/interrogate
# fix for issue 719
# https://github.com/AbdBarho/stable-diffusion-webui-docker/issues/719

RUN --mount=type=cache,target=/root/.cache/pip \
pip uninstall -y typing_extensions && \
pip install typing_extensions==4.11.0

# end of fix #
RUN --mount=type=cache,target=/root/.cache/pip \
pip install pyngrok xformers==0.0.26.post1 \
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
Expand Down

0 comments on commit c1d50f0

Please sign in to comment.