workout-tracker / scripts /hf_entrypoint.sh
ronheichman's picture
Deploy workout tracker
234891d verified
Raw
History Blame Contribute Delete
135 Bytes
#!/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