We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52f20e9 commit c8a9ea7Copy full SHA for c8a9ea7
developer-lightspeed/compose-with-ollama.yaml
@@ -30,7 +30,7 @@ services:
30
# Default image: docker.io/ollama/ollama:0.10.0
31
# Automatically pulls and serves the model specified by OLLAMA_MODEL environment variable
32
ollama:
33
- image: docker.io/ollama/ollama:0.10.0
+ image: docker.io/ollama/ollama:0.16.2
34
container_name: ollama
35
volumes:
36
# Ollama models storage: Uses OLLAMA_MODELS_PATH from .env if set, otherwise uses named volume
0 commit comments