mirror of
https://github.com/RYDE-WORK/Langchain-Chatchat.git
synced 2026-02-06 14:57:44 +08:00
Docker 支持
This commit is contained in:
parent
a5f71f81a5
commit
a9ede040d7
@ -138,6 +138,12 @@ Web UI 可以实现如下功能:
|
|||||||
- [x] 利用 fastapi 实现 API 部署方式
|
- [x] 利用 fastapi 实现 API 部署方式
|
||||||
- [ ] 实现调用 API 的 web ui DEMO
|
- [ ] 实现调用 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
|
||||||
|
|
||||||
## 项目交流群
|
## 项目交流群
|
||||||

|

|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user