Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
TheJackBright
/
polypharmacy-env
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
polypharmacy-env
/
scripts
/
dev_backend.sh
adithya9903
fix: monorepo
e543908
about 1 month ago
raw
Copy download link
history
blame
contribute
delete
Safe
100 Bytes
#!/usr/bin/env bash
set
-euo pipefail
uvicorn backend.main:app --reload --host 0.0.0.0 --port 7860