newturok commited on
Commit
473aa21
·
1 Parent(s): 9f745d7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -0
Dockerfile CHANGED
@@ -1,5 +1,8 @@
1
  FROM runpod/stable-diffusion:comfy-ui-3.0.1
2
 
 
 
 
3
  EXPOSE 3000
4
 
5
  CMD ["/start.sh"]
 
1
  FROM runpod/stable-diffusion:comfy-ui-3.0.1
2
 
3
+ RUN mkdir -p /workspace/ComfyUI/custom_nodes
4
+ RUN git clone https://github.com/ltdrdata/ComfyUI-Manager.git /workspace/ComfyUI/custom_nodes
5
+
6
  EXPOSE 3000
7
 
8
  CMD ["/start.sh"]