Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 10 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,16 +73,19 @@ python main.py

## **或docker 启动**

1. 下载助理版
https://github.com/xszyou/Fay
2. 修改 `./system.conf` 文件
3. 删除requirements.txt下pyqt5~=5.15.6
1. 克隆仓库
```shell
git clone https://github.com/xszyou/Fay.git
```
2. 修改 `./system.conf` 文件
3. 删除`requirements.txt`下`PyQt5=<版本>`

build (修改配置文件后,需要重新build)
4. build (修改配置文件后,需要重新build)
```shell
docker build -t fay ./fay-assistant-edition
cd docker
docker build -t fay .
```
run
运行
```shell
docker run -it --rm -p 5000:5000 -p 10001:10001 -p 10002:10002 -p 10003:10003 fay
```
Expand Down