e155edc be4c0da e155edc be4c0da e155edc be4c0da
1
2
3
4
5
6
7
8
9
10
#!/bin/sh source /app/venv/bin/activate # Start Ollama in the background # Starting server echo "Starting Ollama server" ollama serve & # Wait for the server to start sleep 5 # Pull the model ollama pull all-minilm