newturok commited on
Commit
89b467f
1 Parent(s): aa04c3d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -53,7 +53,7 @@ RUN git clone https://github.com/Kosinkadink/ComfyUI-Advanced-ControlNet.git /wo
53
  RUN git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git /workspace/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
54
 
55
  # insightface
56
- RUN apt-get install build-essential
57
  RUN pip install onnxruntime
58
  RUN pip install insightface
59
 
 
53
  RUN git clone https://github.com/cubiq/ComfyUI_IPAdapter_plus.git /workspace/ComfyUI/custom_nodes/ComfyUI_IPAdapter_plus
54
 
55
  # insightface
56
+ RUN apt-get install -y build-essential
57
  RUN pip install onnxruntime
58
  RUN pip install insightface
59