1 Star 0 Fork 444

不纸道名字 / HyperLPR

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
Clone or Download
Dockerfile 370 Bytes
Copy Edit Raw Blame History
bjwswang authored 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/buzhidaomingzi/HyperLPR.git
git@gitee.com:buzhidaomingzi/HyperLPR.git
buzhidaomingzi
HyperLPR
HyperLPR
master

Search