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

Commit

Permalink
build(deps): bump ollama to 0.1.38 (#164)
Browse files Browse the repository at this point in the history
* build(deps): bump ollama image version to 0.1.38

* build(deps): bump ollama to 0.2.0
  • Loading branch information
frgfm authored May 15, 2024
1 parent 0f2d66b commit efbadf8
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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.32
image: ollama/ollama:0.1.38
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.32
image: ollama/ollama:0.1.38
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.32
image: ollama/ollama:0.1.38
expose:
- 11434
volumes:
Expand Down
8 changes: 4 additions & 4 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ sentry-sdk = { version = "^1.14.0", extras = ["fastapi"] }
posthog = "^3.0.0"
prometheus-fastapi-instrumentator = "^6.1.0"
groq = "^0.5.0"
ollama = "^0.1.9"
ollama = "^0.2.0"
openai = "^1.29.0"
uvloop = "^0.19.0"
httptools = "^0.6.1"
Expand Down

0 comments on commit efbadf8

Please sign in to comment.