Docker: added --headless option

pull/974/head
Sergey Elpashev 2023-06-12 16:49:25 +03:00
parent fa8fbe1ac1
commit 33f05c70b0
1 changed files with 1 additions and 1 deletions

View File

@ -46,4 +46,4 @@ COPY --chown=appuser . .
STOPSIGNAL SIGINT
ENV LD_PRELOAD=libtcmalloc.so
ENV PATH="$PATH:/home/appuser/.local/bin"
CMD python3 "./kohya_gui.py" ${CLI_ARGS} --listen 0.0.0.0 --server_port 7860
CMD python3 "./kohya_gui.py" ${CLI_ARGS} --listen 0.0.0.0 --server_port 7860 --headless