Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
ruslanmv/ollama-webui
einfachalf
/
ollama-webui
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
4331d1e
ollama-webui
/
start.sh
ruslanmv
up
4331d1e
over 1 year ago
raw
Copy download link
history
blame
Safe
110 Bytes
#!/bin/bash
# Starting server
echo
"Starting server"
ollama serve &
sleep
1
ollama pull llama3
python run.py