1 Star 7 Fork 10

nlp_my/LangChain-ChatGLM-Webui

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Dockerfile 331 Bytes
一键复制 编辑 原始数据 按行查看 历史
ZhangJing 提交于 2023-04-25 20:59 +08:00 . FiX config.py / edit Dockerfile / add Docker.Base
FROM registry.cn-beijing.aliyuncs.com/public-development-resources/langchain-chatglm-webui:Base
RUN mkdir -p /pretrainmodel/belle /pretrainmodel/vicuna /pretrainmodel/chatglm
RUN git clone https://github.com/thomas-yanxin/LangChain-ChatGLM-Webui.git /code
WORKDIR /code
RUN pip install -r requirements.txt
CMD ["python3", "app.py"]
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/nlp_my/LangChain-ChatGLM-Webui.git
git@gitee.com:nlp_my/LangChain-ChatGLM-Webui.git
nlp_my
LangChain-ChatGLM-Webui
LangChain-ChatGLM-Webui
master

搜索帮助