From eead1c2268dae2ffe4664533f3874b297e89ae2a Mon Sep 17 00:00:00 2001 From: Massaki Archambault Date: Wed, 7 Feb 2024 22:53:11 -0500 Subject: [PATCH] bump ollama version --- docker-compose.amd.yml | 7 ++----- ollama/.gitignore | 3 +++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 ollama/.gitignore diff --git a/docker-compose.amd.yml b/docker-compose.amd.yml index f95d410..262825b 100644 --- a/docker-compose.amd.yml +++ b/docker-compose.amd.yml @@ -4,7 +4,7 @@ include: services: # Begin Ollama service ollama: - image: ollama/ollama:0.1.22-rocm + image: ollama/ollama:0.1.23-rocm restart: unless-stopped entrypoint: /bootstrap.sh command: mistral @@ -26,7 +26,4 @@ services: # end of section for AMD GPU support volumes: - ./ollama/bootstrap.sh:/bootstrap.sh:ro - - ollama:/root/.ollama - -volumes: - ollama: \ No newline at end of file + - ./ollama:/root/.ollama diff --git a/ollama/.gitignore b/ollama/.gitignore new file mode 100644 index 0000000..a882af8 --- /dev/null +++ b/ollama/.gitignore @@ -0,0 +1,3 @@ +* +!.gitignore +!bootstrap.sh