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...
Echo-ai
commited on
Mar 17
Commit
47e68dc
·
verified
·
1 Parent(s):
e8e5027
Create start.sh
Browse files
Files changed (1)
hide
show
start.sh
+4
-0
start.sh
ADDED
Viewed
@@ -0,0 +1,4 @@
1
+
#!/bin/bash
2
+
ollama serve &
3
+
ollama pull tinyllama
4
+
uvicorn app:app --host 0.0.0.0 --port 7860