Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
Seth0330
/
PR-AGENT
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
PR-AGENT
/
docker
/
start.sh
Seth
Update
84983c9
23 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
171 Bytes
#!/bin/sh
set
-e
export
UNSPSC_DB_PATH=
"
${UNSPSC_DB_PATH:-/app/data/unspsc.db}
"
cd
/app
uvicorn server.main:app --host 127.0.0.1 --port 8000 &
exec
nginx -g
"daemon off;"