From 28aa6d1dc0826608d9349bdd5b1d35dd5cbfd1de Mon Sep 17 00:00:00 2001 From: Your Name Date: Wed, 19 Apr 2023 13:17:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0dockerfile=E8=AF=B4=E6=98=8E?= =?UTF-8?q?=E4=B9=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 757a188..ed3526c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,6 @@ +# 此Dockerfile适用于“无本地模型”的环境构建,如果需要使用chatglm等本地模型,请参考 docs/Dockerfile+ChatGLM +# 如何构建 docker build -t gpt-academic . +# 如何运行 docker run --rm -it --net=host gpt-academic FROM python:3.11 RUN echo '[global]' > /etc/pip.conf && \