Skip to content

Commit

Permalink
Docker 支持
Browse files Browse the repository at this point in the history
  • Loading branch information
soon authored and imClumsyPanda committed Apr 21, 2023
1 parent a5f71f8 commit a9ede04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,12 @@ Web UI 可以实现如下功能:
- [x] 利用 fastapi 实现 API 部署方式
- [ ] 实现调用 API 的 web ui DEMO

## Docker

docker build -t chatglm:v1.0 .

docker run -d --restart=always --name chatglm -p 7860:7860 -v /www/wwwroot/code/langchain-ChatGLM:/chatGLM chatglm

## 项目交流群
![二维码](img/qr_code_4.jpg)

Expand Down

0 comments on commit a9ede04

Please sign in to comment.