File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed
Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,12 @@ torchvision>=0.17.2,<=0.18.1
1313matplotlib
1414ultralytics >= 8.3.48
1515paddleocr == 2.7.3
16- paddlepaddle == 3.0.0b1
16+ paddlepaddle == 3.0.0rc1
1717struct-eqtable == 0.3.2
1818einops
1919accelerate
20- rapidocr-paddle
21- rapidocr-onnxruntime
20+ rapidocr-paddle >= 1.4.5 , < 2.0.0
21+ rapidocr-onnxruntime >= 1.4.4 , < 2.0.0
2222rapid-table >= 1.0.3 ,< 2.0.0
2323doclayout-yolo == 0.0.2b1
2424openai
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN /bin/bash -c "source /opt/mineru_venv/bin/activate && \
3232 pip3 install --upgrade pip -i https://mirrors.aliyun.com/pypi/simple && \
3333 wget https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/docker/china/requirements.txt -O requirements.txt && \
3434 pip3 install -r requirements.txt --extra-index-url https://wheels.myhloli.com -i https://mirrors.aliyun.com/pypi/simple && \
35- pip3 install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/"
35+ pip3 install paddlepaddle-gpu==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/"
3636
3737# Copy the configuration file template and install magic-pdf latest
3838RUN /bin/bash -c "wget https://gcore.jsdelivr.net/gh/opendatalab/MinerU@master/magic-pdf.template.json && \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ paddleocr==2.7.3
1616struct-eqtable == 0.3.2
1717einops
1818accelerate
19- rapidocr-paddle
20- rapidocr-onnxruntime
19+ rapidocr-paddle >= 1.4.5 , < 2.0.0
20+ rapidocr-onnxruntime >= 1.4.4 , < 2.0.0
2121rapid-table >= 1.0.3 ,< 2.0.0
2222doclayout-yolo == 0.0.2b1
2323openai
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ RUN /bin/bash -c "source /opt/mineru_venv/bin/activate && \
3232 pip3 install --upgrade pip && \
3333 wget https://github.com/opendatalab/MinerU/raw/master/docker/global/requirements.txt -O requirements.txt && \
3434 pip3 install -r requirements.txt --extra-index-url https://wheels.myhloli.com && \
35- pip3 install paddlepaddle-gpu==3.0.0b1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/"
35+ pip3 install paddlepaddle-gpu==3.0.0rc1 -i https://www.paddlepaddle.org.cn/packages/stable/cu118/"
3636
3737# Copy the configuration file template and install magic-pdf latest
3838RUN /bin/bash -c "wget https://github.com/opendatalab/MinerU/raw/master/magic-pdf.template.json && \
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ paddleocr==2.7.3
1616struct-eqtable == 0.3.2
1717einops
1818accelerate
19- rapidocr-paddle
20- rapidocr-onnxruntime
19+ rapidocr-paddle >= 1.4.5 , < 2.0.0
20+ rapidocr-onnxruntime >= 1.4.4 , < 2.0.0
2121rapid-table >= 1.0.3 ,< 2.0.0
2222doclayout-yolo == 0.0.2b1
2323openai
You can’t perform that action at this time.
0 commit comments