Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
arya-ai-model
/
deepseek-7b
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
d6f9a33
deepseek-7b
/
run.sh
arya-ai-model
First commit
d6f9a33
3 months ago
raw
Copy download link
history
blame
Safe
71 Bytes
#!/bin/bash
uvicorn app.api:app --host 0.0.0.0 --port 8000 --workers 1