mirror of
https://github.com/AbdBarho/stable-diffusion-webui-docker.git
synced 2026-04-05 06:25:32 +00:00
Fix autoui: [TypeError: AsyncConnectionPool](https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/13840)
This commit is contained in:
parent
6a34739135
commit
afc5e8667f
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
|
git clone https://github.com/AUTOMATIC1111/stable-diffusion-webui.git && \
|
||||||
cd stable-diffusion-webui && \
|
cd stable-diffusion-webui && \
|
||||||
git reset --hard 5ef669de080814067961f28357256e8fe27544f4 && \
|
git reset --hard bda2ecdbf58fd33b4ad3036ed5cc13eef02747ae && \
|
||||||
pip install -r requirements_versions.txt
|
pip install -r requirements_versions.txt
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/root/.cache/pip \
|
RUN --mount=type=cache,target=/root/.cache/pip \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue