chore(installer): remove ollama-models bind-mount for a stateless install

This commit is contained in:
reluctantfuturist 2025-04-25 09:39:19 -07:00
parent a5a842fa76
commit bed5a9f55a

View file

@ -41,7 +41,6 @@ done
log "🦙 Starting Ollama…"
$ENGINE run -d --name ollama-server \
-p "${OLLAMA_PORT}:11434" \
-v ollama-models:/root/.ollama \
ollama/ollama > /dev/null 2>&1
log "⏳ Waiting for Ollama daemon…"