Skip to content

Commit ba0fa73

Browse files
committed
feat: update docker image to 0.3.1.3-93e2c87-20240829
1 parent 93e2c87 commit ba0fa73

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -303,9 +303,9 @@ chatchat start -a
303303
### Docker 部署
304304

305305
```shell
306-
docker pull chatimage/chatchat:0.3.1.3-10eb8e9-20240807
306+
docker pull chatimage/chatchat:0.3.1.3-93e2c87-20240829
307307
308-
docker pull ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1.3-10eb8e9-20240807 # 国内镜像
308+
docker pull ccr.ccs.tencentyun.com/langchain-chatchat/chatchat:0.3.1.3-93e2c87-20240829 # 国内镜像
309309
```
310310

311311
> [!important]

docker/docker-compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ services:
2525
# environment:
2626
# - XINFERENCE_MODEL_SRC=modelscope
2727
chatchat:
28-
image: chatimage/chatchat:0.3.1.3-10eb8e9-20240807
28+
image: chatimage/chatchat:0.3.1.3-93e2c87-20240829
2929
# image: ccr.ccs.tencentyun.com/chatchat/chatchat:0.3.1.2-2024-0720
3030
restart: always
3131
# ports: # 不使用 host network 时可打开.

0 commit comments

Comments
 (0)