Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- 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
|
| 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..."
|