Spaces:
Building
on
A10G
Building
on
A10G
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -93,7 +93,7 @@ RUN cd custom_nodes && git clone https://github.com/kohya-ss/ControlNet-LLLite-C
|
|
93 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Interpreter && cd ComfyUI-Dream-Interpreter && pip install -r requirements.txt
|
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
|
97 |
RUN pip install --no-cache-dir -r /requirements_post.txt
|
98 |
|
99 |
# RUN echo "Downloading checkpoints..."
|
|
|
93 |
RUN cd custom_nodes && git clone https://github.com/gokayfem/ComfyUI-Dream-Interpreter && cd ComfyUI-Dream-Interpreter && pip install -r requirements.txt
|
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 |
# RUN echo "Downloading checkpoints..."
|