dengcao commited on
Commit
286eaa8
·
verified ·
1 Parent(s): d7f3fe0

Update docker-compose.yaml

Browse files
Files changed (1) hide show
  1. docker-compose.yaml +2 -1
docker-compose.yaml CHANGED
@@ -3,7 +3,8 @@ services:
3
  container_name: Qwen3-Reranker-4B
4
  restart: no
5
  #image: dengcao/vllm-openai:v0.9.2-dev #采用vllm最新的开发版制作的镜像,经在NVIDIA RTX3060平台主机上测试正常,可放心使用
6
- image: dengcao/vllm-openai:v0.9.2rc2
 
7
  ipc: host
8
  volumes:
9
  - ./models:/models
 
3
  container_name: Qwen3-Reranker-4B
4
  restart: no
5
  #image: dengcao/vllm-openai:v0.9.2-dev #采用vllm最新的开发版制作的镜像,经在NVIDIA RTX3060平台主机上测试正常,可放心使用
6
+ #image: dengcao/vllm-openai:v0.9.2rc2
7
+ image: dengcao/vllm-openai:v0.9.2
8
  ipc: host
9
  volumes:
10
  - ./models:/models