kadirnar commited on
Commit
299f2e8
1 Parent(s): 6d86029

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -94,7 +94,7 @@ RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Inter
94
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
95
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
96
  RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt
97
- RUN pip install --no-cache-dir -r requirements_post.txt
98
 
99
 
100
  # RUN echo "Downloading checkpoints..."
 
94
  RUN cd custom_nodes && git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus
95
  RUN cd custom_nodes && git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet && cd ComfyUI-Advanced-ControlNet && pip install -r requirements.txt
96
  RUN cd custom_nodes && git clone https://github.com/MrForExample/ComfyUI-3D-Pack && cd ComfyUI-3D-Pack && pip install -r requirements.txt
97
+ RUN pip install -r requirements_post.txt
98
 
99
 
100
  # RUN echo "Downloading checkpoints..."