Spaces:
Building
on
A10G
Building
on
A10G
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -54,7 +54,7 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI . && git checkout c69515
|
|
54 |
|
55 |
# instal custom nodes
|
56 |
RUN echo "Installing custom nodes..."
|
57 |
-
RUN pip install -U onnxruntime-gpu
|
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
|
|
|
54 |
|
55 |
# instal custom nodes
|
56 |
RUN echo "Installing custom nodes..."
|
57 |
+
RUN pip install -U onnxruntime-gpu kiui[full]
|
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
|