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