mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-08-02 08:44:44 +00:00
chore(installer): remove ollama-models bind-mount for a stateless install
This commit is contained in:
parent
a5a842fa76
commit
bed5a9f55a
1 changed files with 0 additions and 1 deletions
|
@ -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…"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue