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.47 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
frgfm authored Jun 28, 2024
1 parent 9581eb7 commit 64113be
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker-compose.dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ services:
retries: 3

ollama:
image: ollama/ollama:0.1.38
image: ollama/ollama:0.1.47
expose:
- 11434
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
restart: always

ollama:
image: ollama/ollama:0.1.38
image: ollama/ollama:0.1.47
expose:
- 11434
volumes:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
retries: 3

ollama:
image: ollama/ollama:0.1.38
image: ollama/ollama:0.1.47
expose:
- 11434
volumes:
Expand Down

0 comments on commit 64113be

Please sign in to comment.