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...
68965bb
ollama
/
start.sh
Echo-ai
Update start.sh
68965bb
verified
4 months ago
raw
Copy download link
history
blame
Safe
123 Bytes
#!/bin/sh
nohup
ollama serve > Ollama.txt 2>&1 &
sleep
10
ollama pull tinyllama
uvicorn app:app --host 0.0.0.0 --port 7860