This commit is contained in:
sftang
2022-09-06 13:43:01 +08:00
parent 967f634e3a
commit 64aef4057e
2 changed files with 10 additions and 2 deletions

View File

@@ -34,8 +34,9 @@ RUN pip install --no-cache-dir https://paddle-wheel.bj.bcebos.com/2.3.2/linux/li
#容器报错ImportError: libGL.so.1: cannot open shared object file: No such file or dir
RUN pip uninstall opencv-python -y
RUN pip install --no-cache-dir opencv-contrib-python==4.4.0.46 -i https://pypi.mirrors.ustc.edu.cn/simple/
RUN pip install --no-cache-dir opencv-python-headless==4.4.0.46 -i https://pypi.mirrors.ustc.edu.cn/simple/
RUN pip install --no-cache-dir opencv-contrib-python==4.4.0.46 opencv-python-headless==4.4.0.46 -i https://pypi.mirrors.ustc.edu.cn/simple/ --force
#RUN pip install --no-cache-dir opencv-contrib-python==4.4.0.46 -i https://pypi.mirrors.ustc.edu.cn/simple/
#RUN pip install --no-cache-dir opencv-python-headless==4.4.0.46 -i https://pypi.mirrors.ustc.edu.cn/simple/
COPY start.sh /usr/local/bin/start.sh

View File

@@ -30,6 +30,13 @@ pip install --no-cache-dir -r requirements.txt -i https://pypi.mirrors.ustc.edu.
```
![](https://raw.githubusercontent.com/xingsu1021/pthelper/master/static/screenshot/update.png)
# v2.1.0 说明
```shell
1、优化企业微信提示
2、ocr使用飞浆并使用自己的学习模块
3、此版本为独立建议升级替换。(在原镜像上升级也可以使用)
```
# v2.0.1 说明