加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Dockerfile 481 Bytes
一键复制 编辑 原始数据 按行查看 历史
cheakf 提交于 2022-08-11 00:39 . 1
FROM python:3.8
RUN apt-get update &&\
apt-get upgrade &&\
apt-get install htop
RUN /usr/local/bin/python -m pip install --upgrade pip -i https://pypi.tuna.tsinghua.edu.cn/simple &&\
git clone https://gitee.com/cheakf/robo-master2022_visual.git &&\
cd robo-master2022_visual &&\
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
RUN cd nms_files &&\
python setup.py build_ext --inplace &&\
cd .. &&\
/bin/bash start.sh
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化