#!/usr/bin/env bash set -euo pipefail cd /app python -m tracker.hf_patch_space exec uvicorn tracker.app:app --host 0.0.0.0 --port 7860