default to latest ollama version in cpu deployment
This commit is contained in:
parent
66888709a6
commit
7bc3da504e
|
@ -4,7 +4,7 @@ include:
|
|||
services:
|
||||
# Begin Ollama service
|
||||
ollama:
|
||||
image: ollama/ollama:0.1.23
|
||||
image: ollama/ollama:latest
|
||||
restart: unless-stopped
|
||||
entrypoint: /bootstrap.sh
|
||||
command: mistral
|
||||
|
|
Loading…
Reference in New Issue