From bed5a9f55ac9381cf6a4fed9a4a42f847cb1e86e Mon Sep 17 00:00:00 2001 From: reluctantfuturist Date: Fri, 25 Apr 2025 09:39:19 -0700 Subject: [PATCH] chore(installer): remove ollama-models bind-mount for a stateless install --- install.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/install.sh b/install.sh index a73a67209..cf0437126 100755 --- a/install.sh +++ b/install.sh @@ -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…"