Update README.md

This commit is contained in:
binary-husky 2023-06-18 15:44:42 +08:00 committed by GitHub
parent cbcb98ef6a
commit 2bb13b4677
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -160,6 +160,7 @@ docker run --rm -it --net=host gpt-academic
#(最后一步-选择2在macOS/windows环境下只能用-p选项将容器上的端口(例如50923)暴露给主机上的端口
docker run --rm -it -e WEB_PORT=50923 -p 50923:50923 gpt-academic
```
P.S. 如果需要Latex功能请见另一个[Dockerfile](https://github.com/binary-husky/gpt_academic/blob/master/docs/Dockerfile%2BNoLocal%2BLatex)
2. ChatGPT + ChatGLM + MOSS需要熟悉Docker