1 Star 2 Fork 2

ljm/chatui-python

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 241 Bytes
一键复制 编辑 原始数据 按行查看 历史
lijinming 提交于 2023-04-18 18:28 . 修改版本提交
FROM python:3.8.16
WORKDIR /code
COPY ./ /code
RUN pip install --no-cache-dir --upgrade -r /code/requirements.txt
CMD ["python","/code/main.py","-u","root","-p","123456","--host","mongo地址","--port","27017","--databaseName","chatui"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/ljm579/chatui-python.git
git@gitee.com:ljm579/chatui-python.git
ljm579
chatui-python
chatui-python
master

搜索帮助