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:
npmaiecosystem
/
loadbalancerfallback
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
loadbalancerfallback
/
entrypoint.sh
npmaiecosystem
Create entrypoint.sh
85b40e0
verified
6 days ago
raw
Copy download link
history
blame
contribute
delete
Safe
136 Bytes
#!/bin/bash
set
-e
echo
"Initialising Load Balancer of NPMAI LLM"
exec
python3 -m uvicorn app:app --host 0.0.0.0 --port
"
${PORT:-7860}
"