更新dockerfile说明书

This commit is contained in:
Your Name 2023-04-19 13:17:56 +08:00
parent 2125ea437f
commit 28aa6d1dc0

View File

@ -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 && \