Merge branch 'master' into dev

This commit is contained in:
imClumsyPanda 2023-05-24 00:16:03 +08:00
commit dd40c5d179
3 changed files with 5 additions and 4 deletions

View File

@ -5,9 +5,10 @@ COPY . /chatGLM/
WORKDIR /chatGLM WORKDIR /chatGLM
RUN apt-get update -y && apt-get install python3 python3-pip curl -y && apt-get clean RUN ln -sf /usr/share/zoneinfo/Asia/Shanghai /etc/localtime && echo "Asia/Shanghai" > /etc/timezone
RUN apt-get update -y && apt-get install python3 python3-pip curl libgl1 libglib2.0-0 -y && apt-get clean
RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py RUN curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py && python3 get-pip.py
RUN pip3 install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn && rm -rf `pip3 cache dir` RUN pip3 install -r requirements.txt -i https://pypi.mirrors.ustc.edu.cn/simple/ && rm -rf `pip3 cache dir`
CMD ["python3","-u", "webui.py"] CMD ["python3","-u", "webui.py"]

View File

@ -221,6 +221,6 @@ Web UI 可以实现如下功能:
- [x] VUE 前端 - [x] VUE 前端
## 项目交流群 ## 项目交流群
![二维码](img/qr_code_21.jpg) ![二维码](img/qr_code_22.jpg)
🎉 langchain-ChatGLM 项目交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。 🎉 langchain-ChatGLM 项目交流群,如果你也对本项目感兴趣,欢迎加入群聊参与讨论交流。

BIN
img/qr_code_22.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 274 KiB