Update Dockerfile
Browse files- 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"]
|