Update Dockerfile
Browse files- Dockerfile +2 -1
Dockerfile
CHANGED
@@ -36,11 +36,12 @@ RUN git clone https://github.com/comfyanonymous/ComfyUI.git && \
|
|
36 |
pip3 install -r requirements.txt
|
37 |
|
38 |
COPY --chmod=755 start.sh /start.sh
|
|
|
|
|
39 |
|
40 |
# Add Jupyter Notebook
|
41 |
RUN pip3 install jupyterlab
|
42 |
EXPOSE 8888
|
43 |
-
|
44 |
EXPOSE 8188
|
45 |
|
46 |
CMD [ "/start.sh" ]
|
|
|
36 |
pip3 install -r requirements.txt
|
37 |
|
38 |
COPY --chmod=755 start.sh /start.sh
|
39 |
+
COPY --chmod=755 download_models.sh /download_models.sh
|
40 |
+
|
41 |
|
42 |
# Add Jupyter Notebook
|
43 |
RUN pip3 install jupyterlab
|
44 |
EXPOSE 8888
|
|
|
45 |
EXPOSE 8188
|
46 |
|
47 |
CMD [ "/start.sh" ]
|