This commit is contained in:
Your Name 2023-03-20 18:12:32 +08:00
parent 91b0718fc5
commit f609b78487

View File

@ -3,7 +3,12 @@
## 使用docker
``` sh
# 构建镜像
# 下载项目
git clone https://github.com/binary-husky/chatgpt_academic.git
cd chatgpt_academic
# 配置 海外Proxy 和 OpenAI API KEY
config.py
# 安装
docker build -t gpt-academic .
# 运行
docker run --rm -it --net=host gpt-academic