mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-30 11:11:15 +00:00
run python unbuffered so output shows up in docker logs
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user