added log output for custom launch
Browse files- Dockerfile +1 -0
Dockerfile
CHANGED
@@ -26,6 +26,7 @@ USER user
|
|
26 |
|
27 |
RUN git clone https://github.com/lllyasviel/Fooocus /content/app
|
28 |
COPY ../launch.py /content/app/launch.py
|
|
|
29 |
RUN mv /content/app/models /content/app/models.org
|
30 |
|
31 |
CMD [ "sh", "-c", "/content/entrypoint.sh ${CMDARGS}" ]
|
|
|
26 |
|
27 |
RUN git clone https://github.com/lllyasviel/Fooocus /content/app
|
28 |
COPY ../launch.py /content/app/launch.py
|
29 |
+
COPY ../modules/model_loader.py /content/app/modules/model_loader.py
|
30 |
RUN mv /content/app/models /content/app/models.org
|
31 |
|
32 |
CMD [ "sh", "-c", "/content/entrypoint.sh ${CMDARGS}" ]
|