Skip to content

Commit

Permalink
simplify docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
anakin87 authored Jan 2, 2024
1 parent d208bcf commit 4da48f5
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions integrations/ollama/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -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:

0 comments on commit 4da48f5

Please sign in to comment.