#!/bin/bash # Start ollama server in background ollama serve & # Wait for it to be ready sleep 8 # Pull the model ollama pull gemma3:1b # Keep container alive wait