Commit
·
16fb27a
1
Parent(s):
12179c9
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -87,7 +87,7 @@ RUN echo "Downloading checkpoints..." && \
|
|
87 |
# ComfyUI Manager
|
88 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
89 |
|
90 |
-
echo "Done"
|
91 |
|
92 |
CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
|
93 |
|
|
|
87 |
# ComfyUI Manager
|
88 |
RUN cd custom_nodes && git clone https://github.com/ltdrdata/ComfyUI-Manager.git
|
89 |
|
90 |
+
RUN echo "Done"
|
91 |
|
92 |
CMD ["python", "main.py", "--listen", "0.0.0.0", "--cpu", "--port", "7860", "--output-directory", "${USE_PERSISTENT_DATA:+/data/}"]
|
93 |
|