lifeops-openenv / scripts /start_server.sh
avlukas's picture
Update for lifeops-openenv Space
2eab9e8
raw
history blame contribute delete
259 Bytes
#!/bin/sh
# Startup wrapper - prints before any Python imports to debug HF Spaces
set -e
echo "[LifeOps] Container CMD started" 1>&2
echo "[LifeOps] Starting uvicorn..." 1>&2
exec python -u -m uvicorn openenv_lifeops.server.app:app --host 0.0.0.0 --port 7860