File size: 219 Bytes
eea2e24
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
#!/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