kadirnar commited on
Commit
a58cb25
·
verified ·
1 Parent(s): e4649ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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