Skip to content

Commit ff711d4

Browse files
committed
feat: upgrade versions
1 parent bf97fc8 commit ff711d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 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.11.4
87+
image: ollama/ollama:0.11.6
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.11.4
100+
image: ollama/ollama:0.11.6
101101
#ports:
102102
# - 11434:11434
103103
volumes:
@@ -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.22
362+
image: ghcr.io/open-webui/open-webui:v0.6.24
363363
container_name: chatui
364364
volumes:
365365
- open-webui:/app/backend/data

0 commit comments

Comments
 (0)