Skip to content

Commit 03cc952

Browse files
committed
upgrade versions
1 parent 2f50745 commit 03cc952

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.9.6
87+
image: ollama/ollama:0.11.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.9.6
100+
image: ollama/ollama:0.11.4
101101
#ports:
102102
# - 11434:11434
103103
volumes:
@@ -129,7 +129,7 @@ services:
129129
dockerfile: docker/Dockerfile.arm
130130
target: build
131131
shm_size: "4gb"
132-
image: llminabox/modelserver:v0.9.2-cpu-arm
132+
image: llminabox/modelserver:v0.10.0-cpu-arm
133133
container_name: modelserver
134134
hostname: modelserver
135135
environment:
@@ -154,7 +154,7 @@ services:
154154
volumes:
155155
- vllm:/root/models
156156
modelservervllm-gpu:
157-
image: vllm/vllm-openai:v0.9.2
157+
image: vllm/vllm-openai:v0.10.0
158158
container_name: modelserver
159159
hostname: modelserver
160160
environment:
@@ -328,7 +328,7 @@ services:
328328
capabilities: [gpu]
329329

330330
vectordb-qdrant-cpu:
331-
image: qdrant/qdrant:v1.15.0
331+
image: qdrant/qdrant:v1.15.2
332332
container_name: qdrant
333333
hostname: qdrant
334334
restart: unless-stopped

0 commit comments

Comments
 (0)