Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion developer-lightspeed/compose-with-ollama.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ services:
# Default image: docker.io/ollama/ollama:0.10.0
# Automatically pulls and serves the model specified by OLLAMA_MODEL environment variable
ollama:
image: docker.io/ollama/ollama:0.10.0
image: docker.io/ollama/ollama:0.21.2
container_name: ollama
volumes:
# Ollama models storage: Uses OLLAMA_MODELS_PATH from .env if set, otherwise uses named volume
Expand Down
2 changes: 1 addition & 1 deletion developer-lightspeed/compose-with-safety-guard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ services:
# Dedicated Ollama instance for the llama-guard safety model only
# Uses a separate container name to avoid collision with the inference Ollama service
safety-ollama:
image: docker.io/ollama/ollama:0.10.0
image: docker.io/ollama/ollama:0.21.2
container_name: safety-ollama
volumes:
- safety_ollama_data:/root/.ollama
Expand Down