1 Star 0 Fork 110

李世钰/w5

forked from W5 TEAM/w5 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 401 Bytes
一键复制 编辑 原始数据 按行查看 历史
sanjinhub 提交于 2023-01-28 23:41 . :sparkles:feat: add docker-compose
FROM amd64/python:3.8.2
MAINTAINER SanJin<lauixData@gmail.com>
WORKDIR /w5
COPY requirements.txt requirements.txt
RUN pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple \
&& pip install --no-cache-dir -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
COPY ./docker/supervisord.conf /etc/supervisord.conf
COPY . .
CMD ["supervisord", "-c", "/etc/supervisord.conf"]
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Python
1
https://gitee.com/lishiyucn/w5.git
git@gitee.com:lishiyucn/w5.git
lishiyucn
w5
w5
main

搜索帮助