mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-01-30 04:11:15 -08:00
run python unbuffered so output shows up in docker logs
This commit is contained in:
parent
541ef9247c
commit
453a5ac1d0
1 changed files with 1 additions and 1 deletions
2
webui.sh
2
webui.sh
|
|
@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do
|
|||
printf "Launching launch.py..."
|
||||
printf "\n%s\n" "${delimiter}"
|
||||
prepare_tcmalloc
|
||||
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
|
||||
"${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
|
||||
fi
|
||||
|
||||
if [[ ! -f tmp/restart ]]; then
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue