1 Star 0 Fork 95

将进酒丶 / QChatGPT

forked from RockChin / QChatGPT 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 198 Bytes
一键复制 编辑 原始数据 按行查看 历史
RockChin 提交于 2024-03-07 15:55 . perf: 支持识别docker环境
FROM python:3.10.13-slim
WORKDIR /app
COPY . .
RUN apt update \
&& apt install gcc -y \
&& python -m pip install -r requirements.txt \
&& touch /.dockerenv
CMD [ "python", "main.py" ]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/wuccloud/QChatGPT.git
git@gitee.com:wuccloud/QChatGPT.git
wuccloud
QChatGPT
QChatGPT
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891