mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2024-11-21 03:11:40 +08:00
run python unbuffered so output shows up in docker logs
This commit is contained in:
parent
541ef9247c
commit
453a5ac1d0
2
webui.sh
2
webui.sh
@ -245,7 +245,7 @@ while [[ "$KEEP_GOING" -eq "1" ]]; do
|
|||||||
printf "Launching launch.py..."
|
printf "Launching launch.py..."
|
||||||
printf "\n%s\n" "${delimiter}"
|
printf "\n%s\n" "${delimiter}"
|
||||||
prepare_tcmalloc
|
prepare_tcmalloc
|
||||||
"${python_cmd}" "${LAUNCH_SCRIPT}" "$@"
|
"${python_cmd}" -u "${LAUNCH_SCRIPT}" "$@"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ ! -f tmp/restart ]]; then
|
if [[ ! -f tmp/restart ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user