From 4da48f55bbbaf5f3161e3a53884ae4425c6e0fed Mon Sep 17 00:00:00 2001 From: Stefano Fiorucci Date: Tue, 2 Jan 2024 18:18:06 +0100 Subject: [PATCH] simplify docker-compose --- integrations/ollama/docker-compose.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/integrations/ollama/docker-compose.yml b/integrations/ollama/docker-compose.yml index 362bed1e0..e051dd780 100644 --- a/integrations/ollama/docker-compose.yml +++ b/integrations/ollama/docker-compose.yml @@ -1,12 +1,5 @@ services: ollama: image: "ollama/ollama:latest" - environment: - MODEL_NAME: orca-mini ports: - "11434:11434" - volumes: - - ollama:/root/.ollama - entrypoint: [ "/bin/bash", "-c", "exec ollama serve && ollama run $$MODEL_NAME" ] -volumes: - ollama: