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