soiz1 commited on
Commit
6ccb27e
·
verified ·
1 Parent(s): 0bd9d1c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -99,7 +99,7 @@ RUN echo "Downloading checkpoints..." && \
99
  RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
100
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
101
  RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools --depth 1 && pip install -r ./ComfyUI-Crystools/requirements.txt
102
- RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor --depth 1 && pip install -r ./ComfyUI-OpenPose-Editor/requirements.txt
103
  # RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
104
 
105
  RUN echo "Done"
 
99
  RUN cd custom_nodes && git clone https://github.com/TinyTerra/ComfyUI_tinyterraNodes --depth 1
100
  RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack --depth 1 && cd ComfyUI-Impact-Pack && python install.py
101
  RUN cd custom_nodes && git clone https://github.com/crystian/ComfyUI-Crystools --depth 1 && pip install -r ./ComfyUI-Crystools/requirements.txt
102
+ RUN cd custom_nodes && git clone https://github.com/space-nuko/ComfyUI-OpenPose-Editor --depth 1
103
  # RUN cd custom_nodes && git clone https://github.com/rgthree/rgthree-comfy --depth 1
104
 
105
  RUN echo "Done"