customeragent-api / server /render-build.sh
anasraza526's picture
Clean deploy to Hugging Face
ac90985
#!/usr/bin/env bash
# exit on error
set -o errexit
pip install -r requirements.txt
# alembic upgrade head # uncomment if you are using alembic migrations