From a446c450da72da66d692e7cbc8f6d7e0eb9e8450 Mon Sep 17 00:00:00 2001 From: Ragesh Antony Date: Sun, 24 Dec 2023 16:56:54 +0530 Subject: [PATCH] remove yes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index cbf8eeb..86814a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -89,7 +89,7 @@ RUN cd ComfyUI/custom_nodes && git clone https://github.com/Gourieff/comfyui-rea RUN cd ComfyUI/custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack.git && cd ComfyUI-Impact-Pack && python install.py RUN pip uninstall opencv-python opencv-python-headless --yes -RUN pip install opencv-python --yes +RUN pip install opencv-python RUN cd ComfyUI/custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git