mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
hack Dockerfile typing_extensions until a proper fix is found
This commit is contained in:
parent
802d0bcd68
commit
2c9b7db7df
|
|
@ -39,6 +39,10 @@ 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
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip uninstall -y typing_extensions && \
|
||||
pip install typing_extensions==4.11.0
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
pip install pyngrok xformers==0.0.26.post1 \
|
||||
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue