Skip to content

Commit

Permalink
remove yes
Browse files Browse the repository at this point in the history
  • Loading branch information
RageshAntonyHM committed Dec 24, 2023
1 parent 7b7c9d2 commit a446c45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a446c45

Please sign in to comment.