Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
galactromedaNPMAIECOSYSTEM
/
load_balancer
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
load_balancer
/
entrypoint.sh
NPMAI Ecosystem
Create entrypoint.sh
5f546f4
verified
2 months ago
Raw
Download with hf CLI
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}
"