未验证 提交 df3ac318 编写于 作者: D Double_V 提交者: GitHub

Merge pull request #3569 from skai-zhang/release/2.2

修复错误
# Version: 2.0.0
FROM registry.baidubce.com/paddlepaddle/paddle:2.0.0
FROM registry.baidubce.com/paddlepaddle/paddle:2.1.2
# PaddleOCR base on Python3.7
RUN pip3.7 install --upgrade pip -i https://mirror.baidu.com/pypi/simple
......@@ -8,6 +8,8 @@ RUN pip3.7 install paddlehub --upgrade -i https://mirror.baidu.com/pypi/simple
RUN git clone https://github.com/PaddlePaddle/PaddleOCR.git /PaddleOCR
ADD https://raw.githubusercontent.com/python/cpython/3.7/Lib/typing.py /usr/local/lib/python3.7
WORKDIR /PaddleOCR
RUN pip3.7 install -r requirements.txt -i https://mirror.baidu.com/pypi/simple
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册