File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
{{cookiecutter.project_slug}} Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments