mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-02-03 06:04:24 +01:00
Fix autoui: [TypeError: AsyncConnectionPool](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13840)
This commit is contained in:
parent
6a34739135
commit
afc5e8667f
|
|
@ -41,7 +41,7 @@ RUN --mount=type=cache,target=/cache --mount=type=cache,target=/root/.cache/pip
|
|||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
|
||||
cd stable-diffusion-webui && \
|
||||
git reset --hard 5ef669de080814067961f28357256e8fe27544f4 && \
|
||||
git reset --hard bda2ecdbf58fd33b4ad3036ed5cc13eef02747ae && \
|
||||
pip install -r requirements_versions.txt
|
||||
|
||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||
|
|
|
|||
Loading…
Reference in a new issue