Ollama / start.sh
NitinBot001's picture
Create start.sh
eea2e24 verified
raw
history blame contribute delete
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