1 Star 0 Fork 441

SitOnLotus / HyperLPR

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Dockerfile 370 Bytes
一键复制 编辑 原始数据 按行查看 历史
bjwswang 提交于 2020-06-01 14:57 . fix typo in Dockerfile
#基于的基础镜像
FROM python:3.6
#代码添加到code文件夹,后面可以通过进入容器中看的
ADD ./ /code
# 设置code文件夹是工作目录
WORKDIR /code
# 安装支持
RUN pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
#当容器启动时,使用python3执行指定路径的py脚本
CMD ["python", "/code/WebAPI.py"]
C++
1
https://gitee.com/SitOnLotus/HyperLPR.git
git@gitee.com:SitOnLotus/HyperLPR.git
SitOnLotus
HyperLPR
HyperLPR
master

搜索帮助