[build] builder = "NIXPACKS" buildCommand = "apt-get update && apt-get install -y build-essential && pip install --upgrade pip && pip install -r requirements.txt" [deploy] startCommand = "streamlit run streamlit_app.py --server.address=0.0.0.0 --server.port=$PORT" restartPolicyType = "ON_FAILURE" restartPolicyMaxRetries = 10