Skip to content

Commit 1211e9c

Browse files
authored
Downgrade gradio (#175)
Closes #173
1 parent 49ad173 commit 1211e9c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

services/AUTOMATIC1111/Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,9 @@ EOF
7070
RUN pip install opencv-python-headless \
7171
git+https://github.com/TencentARC/GFPGAN.git@8d2447a2d918f8eba5a4a01463fd48e45126a379 \
7272
git+https://github.com/openai/CLIP.git@d50d76daa670286dd6cacf3bcd80b5e4823fc8e1 \
73-
pyngrok
73+
pyngrok \
74+
gradio==3.4.1
75+
# gradio because #173 & https://github.com/AUTOMATIC1111/stable-diffusion-webui/issues/2858
7476

7577
COPY --from=xformers /wheel.whl xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl
7678
RUN pip install xformers-0.0.14.dev0-cp310-cp310-linux_x86_64.whl

0 commit comments

Comments
 (0)