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

Commit

Permalink
build(docker): bump ollama to 0.1.29 (#120)
Browse files Browse the repository at this point in the history
* build(docker): bump ollama to 0.1.29

* revert(docker): uncomment prometheus & grafana
  • Loading branch information
frgfm authored Mar 11, 2024
1 parent 4ba19ba commit 38e4b6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit 38e4b6a

Please sign in to comment.