File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
rodan-main/code/rodan/jobs/text_alignment Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 11#numpy==1.17.3; python_version > "3.4"
2- git+https://github.com/timothydereuse/calamari@a058d76#egg=calamari_ocr; python_version > "3.4"
3- git+https://github.com/DDMAL/tfaip@7fb7f49#egg=tfaip; python_version > "3.4"
2+ # Specify the tensorflow url link to prevent docker hub build failure due to hash mismatch
3+ https://files.pythonhosted.org/packages/63/b2/2822fad63bdaedf3da841443daf92775d6fff16aba7199415e06f8d8c50f/tensorflow-2.5.1-cp37-cp37m-manylinux2010_x86_64.whl; python_version > "3.4"
4+ # Install calamari and tfaip from our DDMAL fork
5+ https://github.com/DDMAL/calamari/archive/refs/tags/DDMAL-v1.0.0.zip#egg=calamari_ocr; python_version > "3.4"
6+ https://github.com/DDMAL/tfaip/archive/refs/tags/v1.0.0.zip#egg=tfaip; python_version > "3.4"
47paiargparse == 1.1.2 ; python_version > "3.4"
58scipy == 1.7.3 ; python_version > "3.4"
69Unidecode == 1.0.22 ; python_version > "3.4"
710scikit-image == 0.17.2 ; python_version > "3.4"
8- keras == 2.5.0rc0 ; python_version > "3.4"
11+ keras == 2.5.0rc0 ; python_version > "3.4"
You can’t perform that action at this time.
0 commit comments