diff --git a/entrypoint.sh b/entrypoint.sh index e869eeaf..36581dea 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -25,5 +25,11 @@ then export COMMANDLINE_ARGS="--listen ${COMMANDLINE_ARGS}" fi +# Remove the tmp directory +rm -rf /tmp + +# Create /tmp/gradio since auto cannot make it for some reason +mkdir -p /tmp/gradio + # Start webui.sh, -f flag allows running as root ./webui.sh -f