Dockerfile construct

这个提交包含在:
Your Name
2023-03-20 17:44:03 +08:00
父节点 27d01c0890
当前提交 616c877dbf
共有 3 个文件被更改,包括 37 次插入1 次删除

查看文件

@@ -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
```