Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

build(docker): bump ollama to 0.1.29 #120

Merged
merged 2 commits into from
Mar 11, 2024
Merged
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 docker-compose.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
retries: 3

ollama:
image: ollama/ollama:0.1.25
image: ollama/ollama:0.1.29
command: serve
volumes:
- "$HOME/.ollama:/root/.ollama"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ services:
condition: service_healthy

ollama:
image: ollama/ollama:0.1.25
image: ollama/ollama:0.1.29
command: serve
volumes:
- "$HOME/.ollama:/root/.ollama"
Expand Down
Loading