Dockerfile construct

This commit is contained in:
Your Name
2023-03-20 17:44:03 +08:00
parent 27d01c0890
commit 616c877dbf
3 changed files with 37 additions and 1 deletions

View File

@@ -1,2 +1,19 @@
# ChatGPT 学术优化
## 使用docker
``` sh
# 构建镜像
docker build -t gpt-academic .
# 运行
docker run --rm -it --net=host gpt-academic
```
## 参考项目
```
https://github.com/Python-Markdown/markdown
https://github.com/gradio-app/gradio
https://github.com/polarwinkel/mdtex2html
https://github.com/GaiZhenbiao/ChuanhuChatGPT
```