Skip to content

Commit

Permalink
chore(deps): update ollama/ollama docker tag to v0.5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 22, 2025
1 parent 465e2c0 commit 9a2a7e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/ollama-amd/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-amd:
image: ollama/ollama:0.5.11-rocm
image: ollama/ollama:0.5.12-rocm
restart: unless-stopped
container_name: ollama-amd
environment:
Expand Down
2 changes: 1 addition & 1 deletion apps/ollama-cpu/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-cpu:
image: ollama/ollama:0.5.11
image: ollama/ollama:0.5.12
restart: unless-stopped
container_name: ollama-cpu
ports:
Expand Down
2 changes: 1 addition & 1 deletion apps/ollama-nvidia/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.7'

services:
ollama-nvidia:
image: ollama/ollama:0.5.11
image: ollama/ollama:0.5.12
restart: unless-stopped
container_name: ollama-nvidia
ports:
Expand Down

0 comments on commit 9a2a7e1

Please sign in to comment.