修改注释
Browse files- docs/Dockerfile+NoLocal +1 -1
docs/Dockerfile+NoLocal
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
# 此Dockerfile适用于“无本地模型”的环境构建,如果需要使用chatglm等本地模型,请参考 docs/Dockerfile+ChatGLM
|
2 |
-
# 如何构建: 先修改 `config.py`, 然后 docker build -t gpt-academic-nolocal -f Dockerfile+NoLocal .
|
3 |
# 如何运行: docker run --rm -it --net=host gpt-academic-nolocal
|
4 |
FROM python:3.11
|
5 |
|
|
|
1 |
# 此Dockerfile适用于“无本地模型”的环境构建,如果需要使用chatglm等本地模型,请参考 docs/Dockerfile+ChatGLM
|
2 |
+
# 如何构建: 先修改 `config.py`, 然后 docker build -t gpt-academic-nolocal -f docs/Dockerfile+NoLocal .
|
3 |
# 如何运行: docker run --rm -it --net=host gpt-academic-nolocal
|
4 |
FROM python:3.11
|
5 |
|