Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Echo-AI-official
/
ollama
like
1
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
5778ff7
ollama
/
start.sh
Echo-ai
Update start.sh
5778ff7
verified
4 months ago
raw
Copy download link
history
blame
Safe
116 Bytes
#!/bin/sh
ollama serve > /dev/null 2>&1 &
sleep
10
ollama pull tinyllama
uvicorn app:app --host 0.0.0.0 --port 7860