#!/bin/bash # Starting server echo "Starting server" ollama serve & sleep 1 ollama create translator -f Modelfile # Keep the script running to prevent the container from exiting wait