We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac08bc commit d8ef043Copy full SHA for d8ef043
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.13.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