Spaces:
Building
on
A10G
Building
on
A10G
Update Dockerfile
Browse files- Dockerfile +1 -2
Dockerfile
CHANGED
@@ -53,8 +53,7 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout c69515
|
|
53 |
# instal custom nodes
|
54 |
RUN echo "Installing custom nodes..."
|
55 |
RUN pip install -U onnxruntime-gpu
|
56 |
-
RUN pip install
|
57 |
-
|
58 |
|
59 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
60 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
|
|
|
53 |
# instal custom nodes
|
54 |
RUN echo "Installing custom nodes..."
|
55 |
RUN pip install -U onnxruntime-gpu
|
56 |
+
RUN pip install -r requirements_post.txt
|
|
|
57 |
|
58 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
59 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Impact-Pack && cd ComfyUI-Impact-Pack && python install.py
|