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