Skip to content

Commit 37822a1

Browse files
committed
feat: upgrade deps
1 parent 1b69a07 commit 37822a1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

{{cookiecutter.project_slug}}/docker-compose.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ services:
8484
# - auth_net
8585

8686
modelserverollama-cpu:
87-
image: ollama/ollama:0.12.3
87+
image: ollama/ollama:0.12.4
8888
volumes:
8989
- ollama:/root/.ollama
9090
container_name: ollama
@@ -97,7 +97,7 @@ services:
9797
aliases:
9898
- ollama
9999
modelserverollama-gpu:
100-
image: ollama/ollama:0.12.3
100+
image: ollama/ollama:0.12.4
101101
#ports:
102102
# - 11434:11434
103103
volumes:
@@ -154,7 +154,7 @@ services:
154154
volumes:
155155
- vllm:/root/models
156156
modelservervllm-gpu:
157-
image: vllm/vllm-openai:v0.10.2
157+
image: vllm/vllm-openai:v0.11.0
158158
container_name: modelserver
159159
hostname: modelserver
160160
environment:
@@ -222,7 +222,7 @@ services:
222222
- model_router_net
223223

224224
llm_router:
225-
image: litellm/litellm:v1.77.2-stable
225+
image: litellm/litellm:v1.77.5-stable
226226
platform: linux/amd64
227227
container_name: llmrouter
228228
restart: unless-stopped
@@ -359,7 +359,7 @@ services:
359359
llm_chat_ui:
360360
# TODO: create GPU variation as well for faster whisper and embeddings
361361
# TODO add a vector database elastic? qdrant?
362-
image: ghcr.io/open-webui/open-webui:v0.6.31
362+
image: ghcr.io/open-webui/open-webui:v0.6.33
363363
container_name: chatui
364364
volumes:
365365
- open-webui:/app/backend/data

0 commit comments

Comments
 (0)