Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
NitinBot001
/
Ollama
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
acd758f
Ollama
/
start.sh
NitinBot001
Create start.sh
eea2e24
verified
2 months ago
raw
Copy download link
history
blame
Safe
219 Bytes
#!/bin/bash
# Start Ollama server in background
ollama serve &
# Wait for Ollama to be ready
sleep
10
# Pull a lightweight model (you can change this)\n\
ollama pull deepseek-r1:1.5b
# Keep the container running
wait