1
0
Fork 0

bump ollama version

This commit is contained in:
Massaki Archambault 2024-02-07 22:53:11 -05:00
parent a294c5a2d3
commit eead1c2268
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ include:
services: services:
# Begin Ollama service # Begin Ollama service
ollama: ollama:
image: ollama/ollama:0.1.22-rocm image: ollama/ollama:0.1.23-rocm
restart: unless-stopped restart: unless-stopped
entrypoint: /bootstrap.sh entrypoint: /bootstrap.sh
command: mistral command: mistral
@ -26,7 +26,4 @@ services:
# end of section for AMD GPU support # end of section for AMD GPU support
volumes: volumes:
- ./ollama/bootstrap.sh:/bootstrap.sh:ro - ./ollama/bootstrap.sh:/bootstrap.sh:ro
- ollama:/root/.ollama - ./ollama:/root/.ollama
volumes:
ollama:

3
ollama/.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
*
!.gitignore
!bootstrap.sh