nohup: 忽略输入 #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 2.41kB done #1 DONE 0.0s #2 [internal] load metadata for docker.m.daocloud.io/vllm/vllm-openai:v0.10.1.1 #2 DONE 1.2s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/7] FROM docker.m.daocloud.io/vllm/vllm-openai:v0.10.1.1@sha256:d731ee65c044ae0977421eed3d93f931d4b7d79614394184c939db35b8f28fc2 #4 DONE 0.0s #5 [2/7] RUN sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list.d/debian.sources 2>/dev/null || sed -i 's/deb.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list && sed -i 's/security.debian.org/mirrors.aliyun.com/g' /etc/apt/sources.list 2>/dev/null || true #5 CACHED #6 [3/7] RUN apt-get update && apt-get install -y libgl1-mesa-glx libglib2.0-0 libsm6 libxext6 libxrender-dev libgomp1 libqt5core5a libqt5gui5 libqt5widgets5 fonts-noto-core fonts-noto-cjk fontconfig libgl1 && fc-cache -fv && apt-get clean && rm -rf /var/lib/apt/lists/* #6 CACHED #7 [4/7] RUN python3 -m pip install --no-cache-dir opencv-python-headless -i https://mirrors.aliyun.com/pypi/simple --break-system-packages #7 0.885 Looking in indexes: https://mirrors.aliyun.com/pypi/simple #7 0.886 Requirement already satisfied: opencv-python-headless in /usr/local/lib/python3.12/dist-packages (4.12.0.88) #7 0.890 Requirement already satisfied: numpy<2.3.0,>=2 in /usr/local/lib/python3.12/dist-packages (from opencv-python-headless) (2.2.6) #7 1.279 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. #7 1.411 #7 1.411 [notice] A new release of pip is available: 25.2 -> 26.0.1 #7 1.411 [notice] To update, run: python3 -m pip install --upgrade pip #7 DONE 1.6s #8 [5/7] RUN python3 -m pip install --no-cache-dir 'mineru[core]>=2.7.0' -i https://mirrors.aliyun.com/pypi/simple --break-system-packages --no-deps || true #8 0.851 Looking in indexes: https://mirrors.aliyun.com/pypi/simple #8 0.954 Collecting mineru>=2.7.0 (from mineru[core]>=2.7.0) #8 0.994 Downloading https://mirrors.aliyun.com/pypi/packages/44/99/a4cf2751c4055d25d16e915215c031ae362bf4bf198efed4991161c6159e/mineru-2.7.6-py3-none-any.whl (1.3 MB) #8 1.100 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.3/1.3 MB 25.2 MB/s 0:00:00 #8 1.121 Installing collected packages: mineru #8 1.583 Successfully installed mineru-2.7.6 #8 1.584 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. #8 1.725 #8 1.725 [notice] A new release of pip is available: 25.2 -> 26.0.1 #8 1.725 [notice] To update, run: python3 -m pip install --upgrade pip #8 DONE 1.9s #9 [6/7] RUN python3 -m pip install -U 'mineru[core]>=2.7.0' -i https://mirrors.aliyun.com/pypi/simple --break-system-packages && python3 -m pip cache purge #9 1.001 Looking in indexes: https://mirrors.aliyun.com/pypi/simple #9 1.003 Requirement already satisfied: mineru>=2.7.0 in /usr/local/lib/python3.12/dist-packages (from mineru[core]>=2.7.0) (2.7.6) #9 1.373 Requirement already satisfied: boto3>=1.28.43 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (1.40.14) #9 1.374 Requirement already satisfied: click>=8.1.7 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (8.2.1) #9 1.536 Collecting loguru>=0.7.2 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 2.048 Downloading https://mirrors.aliyun.com/pypi/packages/0c/29/0348de65b8cc732daa3e33e67806420b2ae89bdce2b04af740289c5c6c8c/loguru-0.7.3-py3-none-any.whl (61 kB) #9 2.082 Requirement already satisfied: numpy>=1.21.6 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (2.2.6) #9 2.255 Collecting pdfminer.six>=20251230 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 2.342 Downloading https://mirrors.aliyun.com/pypi/packages/20/8b/28c4eaec9d6b036a52cb44720408f26b1a143ca9bce76cc19e8f5de00ab4/pdfminer_six-20260107-py3-none-any.whl (6.6 MB) #9 2.707 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 6.6/6.6 MB 18.8 MB/s 0:00:00 #9 2.735 Requirement already satisfied: tqdm>=4.67.1 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (4.67.1) #9 2.736 Requirement already satisfied: requests in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (2.32.5) #9 2.737 Requirement already satisfied: httpx in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (0.28.1) #9 2.738 Requirement already satisfied: pillow>=11.0.0 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (11.3.0) #9 3.115 Collecting pypdfium2>=4.30.0 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 3.226 Downloading https://mirrors.aliyun.com/pypi/packages/ff/49/a640b288a48dab1752281dd9b72c0679fccea107874e80a65a606b00efa9/pypdfium2-5.6.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (3.6 MB) #9 3.514 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.6/3.6 MB 13.8 MB/s 0:00:00 #9 3.607 Collecting pypdf>=5.6.0 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 3.721 Downloading https://mirrors.aliyun.com/pypi/packages/f9/f4/75543fa802b86e72f87e9395440fe1a89a6d149887e3e55745715c3352ac/pypdf-6.9.1-py3-none-any.whl (333 kB) #9 4.511 Collecting reportlab (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 4.634 Downloading https://mirrors.aliyun.com/pypi/packages/8a/2e/e1798b8b248e1517e74c6cdf10dd6edd485044e7edf46b5f11ffcc5a0add/reportlab-4.4.10-py3-none-any.whl (2.0 MB) #9 4.744 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.0/2.0 MB 16.2 MB/s 0:00:00 #9 4.841 Collecting pdftext>=0.6.3 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 4.984 Downloading https://mirrors.aliyun.com/pypi/packages/bc/b9/4437bb89f04e57f48c96492a50d6168da5e201940de6620730d390449991/pdftext-0.6.3-py3-none-any.whl (23 kB) #9 4.989 Requirement already satisfied: modelscope>=1.26.0 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (1.29.0) #9 4.990 Requirement already satisfied: huggingface-hub>=0.32.4 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (0.34.4) #9 5.146 Collecting json-repair>=0.46.2 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 5.242 Downloading https://mirrors.aliyun.com/pypi/packages/da/bb/c019ac05a6923c5776fa134c65e5b19d216ef17227618d93b1f608bc2806/json_repair-0.58.6-py3-none-any.whl (43 kB) #9 5.487 Collecting opencv-python>=4.11.0.86 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 5.655 Downloading https://mirrors.aliyun.com/pypi/packages/fd/55/b3b49a1b97aabcfbbd6c7326df9cb0b6fa0c0aefa8e89d500939e04aa229/opencv_python-4.13.0.92-cp37-abi3-manylinux_2_28_x86_64.whl (72.9 MB) #9 9.478 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 72.9/72.9 MB 19.1 MB/s 0:00:03 #9 9.719 Collecting fast-langdetect<0.3.0,>=0.2.3 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 9.858 Downloading https://mirrors.aliyun.com/pypi/packages/27/da/c621e64d4bc23f485468295bb7d4a5f2290ebb4d342c8dc448ab66808071/fast_langdetect-0.2.5-py3-none-any.whl (786 kB) #9 9.891 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 786.6/786.6 kB 19.4 MB/s 0:00:00 #9 10.08 Collecting scikit-image<1.0.0,>=0.25.0 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 10.22 Downloading https://mirrors.aliyun.com/pypi/packages/f4/a2/70401a107d6d7466d64b466927e6b96fcefa99d57494b972608e2f8be50f/scikit_image-0.26.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (13.6 MB) #9 10.98 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 13.6/13.6 MB 18.3 MB/s 0:00:00 #9 11.05 Requirement already satisfied: openai<3,>=1.70.0 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (1.100.2) #9 11.21 Collecting beautifulsoup4<5,>=4.13.5 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 11.29 Downloading https://mirrors.aliyun.com/pypi/packages/1a/39/47f9197bdd44df24d67ac8893641e16f386c984a0619ef2ee4c51fbbc019/beautifulsoup4-4.14.3-py3-none-any.whl (107 kB) #9 11.48 Collecting magika<1.1.0,>=0.6.2 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 11.56 Downloading https://mirrors.aliyun.com/pypi/packages/ba/9e/429608833917b7d4c4f7071a270bbca96821fb592e275d85bc9eae5a94c8/magika-1.0.2-py3-none-manylinux_2_28_x86_64.whl (15.9 MB) #9 52.72 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 15.9/15.9 MB 412.8 kB/s 0:00:41 #9 52.88 Collecting mineru-vl-utils<1,>=0.1.19.1 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 53.05 Downloading https://mirrors.aliyun.com/pypi/packages/21/22/40fe2009c3effaaf054964e17e4ef80bb0c2becd290e9da06ea593aedc5d/mineru_vl_utils-0.1.22-py3-none-any.whl (59 kB) #9 53.22 Collecting qwen-vl-utils<1,>=0.0.14 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 53.34 Downloading https://mirrors.aliyun.com/pypi/packages/c4/43/80f67e0336cb2fc725f8e06f7fe35c1d0fe946f4d2b8b2175e797e07349e/qwen_vl_utils-0.0.14-py3-none-any.whl (8.1 kB) #9 53.50 Collecting soupsieve>=1.6.1 (from beautifulsoup4<5,>=4.13.5->mineru>=2.7.0->mineru[core]>=2.7.0) #9 53.63 Downloading https://mirrors.aliyun.com/pypi/packages/46/2c/1462b1d0a634697ae9e55b3cecdcb64788e8b7d63f54d923fcd0bb140aed/soupsieve-2.8.3-py3-none-any.whl (37 kB) #9 53.63 Requirement already satisfied: typing-extensions>=4.0.0 in /usr/local/lib/python3.12/dist-packages (from beautifulsoup4<5,>=4.13.5->mineru>=2.7.0->mineru[core]>=2.7.0) (4.14.1) #9 53.72 Collecting robust-downloader>=0.0.2 (from fast-langdetect<0.3.0,>=0.2.3->mineru>=2.7.0->mineru[core]>=2.7.0) #9 53.89 Downloading https://mirrors.aliyun.com/pypi/packages/56/a1/779e9d0ebbdc704411ce30915a1105eb01aeaa9e402d7e446613ff8fb121/robust_downloader-0.0.2-py3-none-any.whl (15 kB) #9 54.03 Collecting fasttext-predict>=0.9.2.4 (from fast-langdetect<0.3.0,>=0.2.3->mineru>=2.7.0->mineru[core]>=2.7.0) #9 54.11 Downloading https://mirrors.aliyun.com/pypi/packages/06/8d/334cd9acb84e569d37617444661ca7b59d1bc1a83abe42aa845d23fb1273/fasttext_predict-0.9.2.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (296 kB) #9 54.26 Collecting onnxruntime>=1.17.0 (from magika<1.1.0,>=0.6.2->mineru>=2.7.0->mineru[core]>=2.7.0) #9 54.34 Downloading https://mirrors.aliyun.com/pypi/packages/6d/ab/5b68110e0460d73fad814d5bd11c7b1ddcce5c37b10177eb264d6a36e331/onnxruntime-1.24.4-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (17.2 MB) #9 68.36 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 17.2/17.2 MB 1.2 MB/s 0:00:14 #9 68.49 Collecting httpx-retries (from mineru-vl-utils<1,>=0.1.19.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 68.62 Downloading https://mirrors.aliyun.com/pypi/packages/f2/97/63f56da4400034adde22adfe7524635dba068f17d6858f92ecd96f55b53e/httpx_retries-0.4.6-py3-none-any.whl (8.5 kB) #9 68.62 Requirement already satisfied: aiofiles in /usr/local/lib/python3.12/dist-packages (from mineru-vl-utils<1,>=0.1.19.1->mineru>=2.7.0->mineru[core]>=2.7.0) (24.1.0) #9 68.62 Requirement already satisfied: pydantic in /usr/local/lib/python3.12/dist-packages (from mineru-vl-utils<1,>=0.1.19.1->mineru>=2.7.0->mineru[core]>=2.7.0) (2.11.7) #9 68.63 Requirement already satisfied: anyio<5,>=3.5.0 in /usr/local/lib/python3.12/dist-packages (from openai<3,>=1.70.0->mineru>=2.7.0->mineru[core]>=2.7.0) (4.10.0) #9 68.63 Requirement already satisfied: distro<2,>=1.7.0 in /usr/local/lib/python3.12/dist-packages (from openai<3,>=1.70.0->mineru>=2.7.0->mineru[core]>=2.7.0) (1.9.0) #9 68.63 Requirement already satisfied: jiter<1,>=0.4.0 in /usr/local/lib/python3.12/dist-packages (from openai<3,>=1.70.0->mineru>=2.7.0->mineru[core]>=2.7.0) (0.10.0) #9 68.63 Requirement already satisfied: sniffio in /usr/local/lib/python3.12/dist-packages (from openai<3,>=1.70.0->mineru>=2.7.0->mineru[core]>=2.7.0) (1.3.1) #9 68.64 Requirement already satisfied: idna>=2.8 in /usr/local/lib/python3.12/dist-packages (from anyio<5,>=3.5.0->openai<3,>=1.70.0->mineru>=2.7.0->mineru[core]>=2.7.0) (3.10) #9 68.64 Requirement already satisfied: certifi in /usr/local/lib/python3.12/dist-packages (from httpx->mineru>=2.7.0->mineru[core]>=2.7.0) (2025.8.3) #9 68.64 Requirement already satisfied: httpcore==1.* in /usr/local/lib/python3.12/dist-packages (from httpx->mineru>=2.7.0->mineru[core]>=2.7.0) (1.0.9) #9 68.65 Requirement already satisfied: h11>=0.16 in /usr/local/lib/python3.12/dist-packages (from httpcore==1.*->httpx->mineru>=2.7.0->mineru[core]>=2.7.0) (0.16.0) #9 68.65 Requirement already satisfied: annotated-types>=0.6.0 in /usr/local/lib/python3.12/dist-packages (from pydantic->mineru-vl-utils<1,>=0.1.19.1->mineru>=2.7.0->mineru[core]>=2.7.0) (0.7.0) #9 68.65 Requirement already satisfied: pydantic-core==2.33.2 in /usr/local/lib/python3.12/dist-packages (from pydantic->mineru-vl-utils<1,>=0.1.19.1->mineru>=2.7.0->mineru[core]>=2.7.0) (2.33.2) #9 68.65 Requirement already satisfied: typing-inspection>=0.4.0 in /usr/local/lib/python3.12/dist-packages (from pydantic->mineru-vl-utils<1,>=0.1.19.1->mineru>=2.7.0->mineru[core]>=2.7.0) (0.4.1) #9 68.83 Collecting av (from qwen-vl-utils<1,>=0.0.14->mineru>=2.7.0->mineru[core]>=2.7.0) #9 68.90 Downloading https://mirrors.aliyun.com/pypi/packages/d2/59/d19bc3257dd985d55337d7f0414c019414b97e16cd3690ebf9941a847543/av-17.0.0-cp311-abi3-manylinux_2_28_x86_64.whl (36.4 MB) #9 70.87 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 36.4/36.4 MB 19.0 MB/s 0:00:01 #9 70.93 Requirement already satisfied: packaging in /usr/local/lib/python3.12/dist-packages (from qwen-vl-utils<1,>=0.0.14->mineru>=2.7.0->mineru[core]>=2.7.0) (25.0) #9 70.93 Requirement already satisfied: scipy>=1.11.4 in /usr/local/lib/python3.12/dist-packages (from scikit-image<1.0.0,>=0.25.0->mineru>=2.7.0->mineru[core]>=2.7.0) (1.16.1) #9 70.93 Requirement already satisfied: networkx>=3.0 in /usr/local/lib/python3.12/dist-packages (from scikit-image<1.0.0,>=0.25.0->mineru>=2.7.0->mineru[core]>=2.7.0) (3.5) #9 71.06 Collecting imageio!=2.35.0,>=2.33 (from scikit-image<1.0.0,>=0.25.0->mineru>=2.7.0->mineru[core]>=2.7.0) #9 71.13 Downloading https://mirrors.aliyun.com/pypi/packages/49/fa/391e437a34e55095173dca5f24070d89cbc233ff85bf1c29c93248c6588d/imageio-2.37.3-py3-none-any.whl (317 kB) #9 71.29 Collecting tifffile>=2022.8.12 (from scikit-image<1.0.0,>=0.25.0->mineru>=2.7.0->mineru[core]>=2.7.0) #9 71.39 Downloading https://mirrors.aliyun.com/pypi/packages/1a/e4/e804505f87627cd8cdae9c010c47c4485fd8c1ce31a7dd0ab7fcc4707377/tifffile-2026.3.3-py3-none-any.whl (243 kB) #9 72.04 Collecting lazy-loader>=0.4 (from scikit-image<1.0.0,>=0.25.0->mineru>=2.7.0->mineru[core]>=2.7.0) #9 72.11 Downloading https://mirrors.aliyun.com/pypi/packages/8a/a1/8d812e53a5da1687abb10445275d41a8b13adb781bbf7196ddbcf8d88505/lazy_loader-0.5-py3-none-any.whl (8.0 kB) #9 72.13 Requirement already satisfied: botocore<1.41.0,>=1.40.14 in /usr/local/lib/python3.12/dist-packages (from boto3>=1.28.43->mineru>=2.7.0->mineru[core]>=2.7.0) (1.40.14) #9 72.13 Requirement already satisfied: jmespath<2.0.0,>=0.7.1 in /usr/local/lib/python3.12/dist-packages (from boto3>=1.28.43->mineru>=2.7.0->mineru[core]>=2.7.0) (1.0.1) #9 72.13 Requirement already satisfied: s3transfer<0.14.0,>=0.13.0 in /usr/local/lib/python3.12/dist-packages (from boto3>=1.28.43->mineru>=2.7.0->mineru[core]>=2.7.0) (0.13.1) #9 72.14 Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /usr/local/lib/python3.12/dist-packages (from botocore<1.41.0,>=1.40.14->boto3>=1.28.43->mineru>=2.7.0->mineru[core]>=2.7.0) (2.9.0.post0) #9 72.14 Requirement already satisfied: urllib3!=2.2.0,<3,>=1.25.4 in /usr/local/lib/python3.12/dist-packages (from botocore<1.41.0,>=1.40.14->boto3>=1.28.43->mineru>=2.7.0->mineru[core]>=2.7.0) (2.5.0) #9 72.15 Requirement already satisfied: six>=1.5 in /usr/local/lib/python3.12/dist-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.41.0,>=1.40.14->boto3>=1.28.43->mineru>=2.7.0->mineru[core]>=2.7.0) (1.17.0) #9 72.16 Requirement already satisfied: filelock in /usr/local/lib/python3.12/dist-packages (from huggingface-hub>=0.32.4->mineru>=2.7.0->mineru[core]>=2.7.0) (3.19.1) #9 72.16 Requirement already satisfied: fsspec>=2023.5.0 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub>=0.32.4->mineru>=2.7.0->mineru[core]>=2.7.0) (2025.7.0) #9 72.17 Requirement already satisfied: pyyaml>=5.1 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub>=0.32.4->mineru>=2.7.0->mineru[core]>=2.7.0) (6.0.2) #9 72.17 Requirement already satisfied: hf-xet<2.0.0,>=1.1.3 in /usr/local/lib/python3.12/dist-packages (from huggingface-hub>=0.32.4->mineru>=2.7.0->mineru[core]>=2.7.0) (1.1.8) #9 72.23 Requirement already satisfied: setuptools in /usr/local/lib/python3.12/dist-packages (from modelscope>=1.26.0->mineru>=2.7.0->mineru[core]>=2.7.0) (79.0.1) #9 72.39 Collecting flatbuffers (from onnxruntime>=1.17.0->magika<1.1.0,>=0.6.2->mineru>=2.7.0->mineru[core]>=2.7.0) #9 72.45 Downloading https://mirrors.aliyun.com/pypi/packages/e8/2d/d2a548598be01649e2d46231d151a6c56d10b964d94043a335ae56ea2d92/flatbuffers-25.12.19-py2.py3-none-any.whl (26 kB) #9 72.46 Requirement already satisfied: protobuf in /usr/local/lib/python3.12/dist-packages (from onnxruntime>=1.17.0->magika<1.1.0,>=0.6.2->mineru>=2.7.0->mineru[core]>=2.7.0) (6.32.0) #9 72.46 Requirement already satisfied: sympy in /usr/local/lib/python3.12/dist-packages (from onnxruntime>=1.17.0->magika<1.1.0,>=0.6.2->mineru>=2.7.0->mineru[core]>=2.7.0) (1.14.0) #9 72.46 Requirement already satisfied: charset-normalizer>=2.0.0 in /usr/local/lib/python3.12/dist-packages (from pdfminer.six>=20251230->mineru>=2.7.0->mineru[core]>=2.7.0) (3.4.3) #9 72.75 Collecting cryptography>=36.0.0 (from pdfminer.six>=20251230->mineru>=2.7.0->mineru[core]>=2.7.0) #9 72.83 Downloading https://mirrors.aliyun.com/pypi/packages/6d/1a/c1ba8fead184d6e3d5afcf03d569acac5ad063f3ac9fb7258af158f7e378/cryptography-46.0.5-cp311-abi3-manylinux_2_34_x86_64.whl (4.5 MB) #9 73.05 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 4.5/4.5 MB 19.8 MB/s 0:00:00 #9 73.23 Collecting cffi>=2.0.0 (from cryptography>=36.0.0->pdfminer.six>=20251230->mineru>=2.7.0->mineru[core]>=2.7.0) #9 73.32 Downloading https://mirrors.aliyun.com/pypi/packages/78/2d/7fa73dfa841b5ac06c7b8855cfc18622132e365f5b81d02230333ff26e9e/cffi-2.0.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (219 kB) #9 73.33 Requirement already satisfied: pycparser in /usr/local/lib/python3.12/dist-packages (from cffi>=2.0.0->cryptography>=36.0.0->pdfminer.six>=20251230->mineru>=2.7.0->mineru[core]>=2.7.0) (2.22) #9 73.36 Collecting pydantic-settings<3.0.0,>=2.2.1 (from pdftext>=0.6.3->mineru>=2.7.0->mineru[core]>=2.7.0) #9 73.44 Downloading https://mirrors.aliyun.com/pypi/packages/00/4b/ccc026168948fec4f7555b9164c724cf4125eac006e176541483d2c959be/pydantic_settings-2.13.1-py3-none-any.whl (58 kB) #9 73.45 Collecting pypdfium2>=4.30.0 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 73.53 Downloading https://mirrors.aliyun.com/pypi/packages/65/cd/3f1edf20a0ef4a212a5e20a5900e64942c5a374473671ac0780eaa08ea80/pypdfium2-4.30.0-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (2.8 MB) #9 73.66 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.8/2.8 MB 20.6 MB/s 0:00:00 #9 73.67 Requirement already satisfied: python-dotenv>=0.21.0 in /usr/local/lib/python3.12/dist-packages (from pydantic-settings<3.0.0,>=2.2.1->pdftext>=0.6.3->mineru>=2.7.0->mineru[core]>=2.7.0) (1.1.1) #9 73.77 Collecting colorlog (from robust-downloader>=0.0.2->fast-langdetect<0.3.0,>=0.2.3->mineru>=2.7.0->mineru[core]>=2.7.0) #9 73.83 Downloading https://mirrors.aliyun.com/pypi/packages/6d/c1/e419ef3723a074172b68aaa89c9f3de486ed4c2399e2dbd8113a4fdcaf9e/colorlog-6.10.1-py3-none-any.whl (11 kB) #9 73.87 Requirement already satisfied: fastapi in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (0.116.1) #9 73.87 Requirement already satisfied: python-multipart in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (0.0.20) #9 73.87 Requirement already satisfied: uvicorn in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (0.35.0) #9 73.88 Requirement already satisfied: starlette<0.48.0,>=0.40.0 in /usr/local/lib/python3.12/dist-packages (from fastapi->mineru>=2.7.0->mineru[core]>=2.7.0) (0.47.2) #9 74.25 Collecting gradio==5.49.1 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 74.41 Downloading https://mirrors.aliyun.com/pypi/packages/8d/95/1c25fbcabfa201ab79b016c8716a4ac0f846121d4bbfd2136ffb6d87f31e/gradio-5.49.1-py3-none-any.whl (63.5 MB) #9 77.72 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 63.5/63.5 MB 19.2 MB/s 0:00:03 #9 77.97 Collecting gradio-pdf==0.0.22 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 78.11 Downloading https://mirrors.aliyun.com/pypi/packages/81/4c/8a9177ebdb02bb55892cc8903c21eada48f40d592a0152a25e9277238c35/gradio_pdf-0.0.22-py3-none-any.whl (1.4 MB) #9 78.21 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 11.7 MB/s 0:00:00 #9 78.46 Collecting brotli>=1.1.0 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 78.53 Downloading https://mirrors.aliyun.com/pypi/packages/03/a7/03aa61fbc3c5cbf99b44d158665f9b0dd3d8059be16c460208d9e385c837/brotli-1.2.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.4 MB) #9 82.06 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.4/1.4 MB 431.7 kB/s 0:00:03 #9 82.16 Collecting ffmpy (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 82.24 Downloading https://mirrors.aliyun.com/pypi/packages/55/56/dd3669eccebb6d8ac81e624542ebd53fe6f08e1b8f2f8d50aeb7e3b83f99/ffmpy-1.0.0-py3-none-any.whl (5.6 kB) #9 82.38 Collecting gradio-client==1.13.3 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 82.54 Downloading https://mirrors.aliyun.com/pypi/packages/6e/0b/337b74504681b5dde39f20d803bb09757f9973ecdc65fd4e819d4b11faf7/gradio_client-1.13.3-py3-none-any.whl (325 kB) #9 82.63 Collecting groovy~=0.1 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 82.70 Downloading https://mirrors.aliyun.com/pypi/packages/28/27/3d6dcadc8a3214d8522c1e7f6a19554e33659be44546d44a2f7572ac7d2a/groovy-0.1.2-py3-none-any.whl (14 kB) #9 82.71 Requirement already satisfied: jinja2<4.0 in /usr/local/lib/python3.12/dist-packages (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (3.1.6) #9 82.71 Requirement already satisfied: markupsafe<4.0,>=2.0 in /usr/local/lib/python3.12/dist-packages (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (3.0.2) #9 83.26 Collecting orjson~=3.0 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 83.35 Downloading https://mirrors.aliyun.com/pypi/packages/dc/91/98a52415059db3f374757d0b7f0f16e3b5cd5976c90d1c2b56acaea039e6/orjson-3.11.7-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (133 kB) #9 83.54 Collecting pandas<3.0,>=1.0 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 83.63 Downloading https://mirrors.aliyun.com/pypi/packages/e5/63/cd7d615331b328e287d8233ba9fdf191a9c2d11b6af0c7a59cfcec23de68/pandas-2.3.3-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl (12.4 MB) #9 84.28 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 12.4/12.4 MB 18.9 MB/s 0:00:00 #9 84.47 Collecting pydub (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 84.54 Downloading https://mirrors.aliyun.com/pypi/packages/a6/53/d78dc063216e62fc55f6b2eebb447f6a4b0a59f55c8406376f76bf959b08/pydub-0.25.1-py2.py3-none-any.whl (32 kB) #9 86.61 Collecting ruff>=0.9.3 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 86.67 Downloading https://mirrors.aliyun.com/pypi/packages/b0/99/66f0343176d5eab02c3f7fcd2de7a8e0dd7a41f0d982bee56cd1c24db62b/ruff-0.15.7-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (11.2 MB) #9 87.26 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 11.2/11.2 MB 18.9 MB/s 0:00:00 #9 87.38 Collecting safehttpx<0.2.0,>=0.1.6 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 87.45 Downloading https://mirrors.aliyun.com/pypi/packages/2e/a3/0f0b7d78e2f1eb9e8e1afbff1d2bff8d60144aee17aca51c065b516743dd/safehttpx-0.1.7-py3-none-any.whl (9.0 kB) #9 87.54 Collecting semantic-version~=2.0 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 87.61 Downloading https://mirrors.aliyun.com/pypi/packages/6a/23/8146aad7d88f4fcb3a6218f41a60f6c2d4e3a72de72da1825dc7c8f7877c/semantic_version-2.10.0-py2.py3-none-any.whl (15 kB) #9 87.74 Collecting tomlkit<0.14.0,>=0.12.0 (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 87.82 Downloading https://mirrors.aliyun.com/pypi/packages/bd/75/8539d011f6be8e29f339c42e633aae3cb73bffa95dd0f9adec09b9c58e85/tomlkit-0.13.3-py3-none-any.whl (38 kB) #9 87.83 Requirement already satisfied: typer<1.0,>=0.12 in /usr/local/lib/python3.12/dist-packages (from gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (0.16.1) #9 87.84 Requirement already satisfied: websockets<16.0,>=13.0 in /usr/local/lib/python3.12/dist-packages (from gradio-client==1.13.3->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (15.0.1) #9 88.07 Collecting pytz>=2020.1 (from pandas<3.0,>=1.0->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 88.09 Downloading https://mirrors.aliyun.com/pypi/packages/10/99/781fe0c827be2742bcc775efefccb3b048a3a9c6ce9aec0cbf4a101677e5/pytz-2026.1.post1-py2.py3-none-any.whl (510 kB) #9 88.15 Collecting tzdata>=2022.7 (from pandas<3.0,>=1.0->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 88.17 Downloading https://mirrors.aliyun.com/pypi/packages/c7/b0/003792df09decd6849a5e39c28b513c06e84436a54440380862b5aeff25d/tzdata-2025.3-py2.py3-none-any.whl (348 kB) #9 88.21 Requirement already satisfied: shellingham>=1.3.0 in /usr/local/lib/python3.12/dist-packages (from typer<1.0,>=0.12->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (1.5.4) #9 88.21 Requirement already satisfied: rich>=10.11.0 in /usr/local/lib/python3.12/dist-packages (from typer<1.0,>=0.12->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (14.1.0) #9 88.23 Requirement already satisfied: markdown-it-py>=2.2.0 in /usr/local/lib/python3.12/dist-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (4.0.0) #9 88.23 Requirement already satisfied: pygments<3.0.0,>=2.13.0 in /usr/local/lib/python3.12/dist-packages (from rich>=10.11.0->typer<1.0,>=0.12->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (2.19.2) #9 88.24 Requirement already satisfied: mdurl~=0.1 in /usr/local/lib/python3.12/dist-packages (from markdown-it-py>=2.2.0->rich>=10.11.0->typer<1.0,>=0.12->gradio==5.49.1->mineru>=2.7.0->mineru[core]>=2.7.0) (0.1.2) #9 89.22 Collecting matplotlib<4,>=3.10 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 89.31 Downloading https://mirrors.aliyun.com/pypi/packages/3e/f3/c5195b1ae57ef85339fd7285dfb603b22c8b4e79114bae5f4f0fcf688677/matplotlib-3.10.8-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (8.7 MB) #9 89.75 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 8.7/8.7 MB 19.7 MB/s 0:00:00 #9 90.09 Collecting ultralytics<9,>=8.3.48 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 90.28 Downloading https://mirrors.aliyun.com/pypi/packages/da/c3/94474f845e50763eece2182acc5a9023d766f7b26f169aa1cea523ac11ba/ultralytics-8.4.24-py3-none-any.whl (1.2 MB) #9 90.54 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.2/1.2 MB 9.4 MB/s 0:00:00 #9 90.64 Collecting doclayout_yolo==0.0.4 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 90.76 Downloading https://mirrors.aliyun.com/pypi/packages/7e/ac/6e16e92f412d94494f6fed95cfdf3ff135cf09af09e4d4f10846e9d87f75/doclayout_yolo-0.0.4-py3-none-any.whl (711 kB) #9 90.79 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 711.3/711.3 kB 18.0 MB/s 0:00:00 #9 90.81 Requirement already satisfied: dill<1,>=0.3.8 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (0.4.0) #9 90.89 Collecting ftfy<7,>=6.3.1 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 90.97 Downloading https://mirrors.aliyun.com/pypi/packages/ab/6e/81d47999aebc1b155f81eca4477a616a70f238a2549848c38983f3c22a82/ftfy-6.3.1-py3-none-any.whl (44 kB) #9 91.24 Collecting shapely<3,>=2.0.7 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 91.32 Downloading https://mirrors.aliyun.com/pypi/packages/b9/37/e781683abac55dde9771e086b790e554811a71ed0b2b8a1e789b7430dd44/shapely-2.1.2-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (3.1 MB) #9 91.47 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 3.1/3.1 MB 20.0 MB/s 0:00:00 #9 91.58 Collecting pyclipper<2,>=1.3.0 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 91.66 Downloading https://mirrors.aliyun.com/pypi/packages/7a/06/6e3e241882bf7d6ab23d9c69ba4e85f1ec47397cbbeee948a16cf75e21ed/pyclipper-1.4.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (978 kB) #9 91.70 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 978.2/978.2 kB 23.6 MB/s 0:00:00 #9 91.80 Collecting omegaconf<3,>=2.3.0 (from mineru>=2.7.0->mineru[core]>=2.7.0) #9 91.89 Downloading https://mirrors.aliyun.com/pypi/packages/e3/94/1843518e420fa3ed6919835845df698c7e27e183cb997394e4a670973a65/omegaconf-2.3.0-py3-none-any.whl (79 kB) #9 91.90 Requirement already satisfied: torch<3,>=2.6.0 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (2.7.1+cu128) #9 91.90 Requirement already satisfied: torchvision in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (0.22.1+cu128) #9 91.90 Requirement already satisfied: transformers!=4.51.0,<5.0.0,>=4.49.0 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (4.55.2) #9 91.91 Requirement already satisfied: psutil in /usr/local/lib/python3.12/dist-packages (from doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) (7.0.0) #9 91.91 Requirement already satisfied: py-cpuinfo in /usr/local/lib/python3.12/dist-packages (from doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) (9.0.0) #9 92.01 Collecting thop>=0.1.1 (from doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) #9 92.07 Downloading https://mirrors.aliyun.com/pypi/packages/bb/0f/72beeab4ff5221dc47127c80f8834b4bcd0cb36f6ba91c0b1d04a1233403/thop-0.1.1.post2209072238-py3-none-any.whl (15 kB) #9 92.26 Collecting seaborn>=0.11.0 (from doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) #9 92.35 Downloading https://mirrors.aliyun.com/pypi/packages/83/11/00d3c3dfc25ad54e731d91449895a79e4bf2384dc3ac01809010ba88f6d5/seaborn-0.13.2-py3-none-any.whl (294 kB) #9 92.45 Collecting albumentations>=1.4.11 (from doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) #9 92.53 Downloading https://mirrors.aliyun.com/pypi/packages/8e/64/013409c451a44b61310fb757af4527f3de57fc98a00f40448de28b864290/albumentations-2.0.8-py3-none-any.whl (369 kB) #9 92.63 Collecting wcwidth (from ftfy<7,>=6.3.1->mineru>=2.7.0->mineru[core]>=2.7.0) #9 92.71 Downloading https://mirrors.aliyun.com/pypi/packages/68/5a/199c59e0a824a3db2b89c5d2dade7ab5f9624dbf6448dc291b46d5ec94d3/wcwidth-0.6.0-py3-none-any.whl (94 kB) #9 92.83 Collecting contourpy>=1.0.1 (from matplotlib<4,>=3.10->mineru>=2.7.0->mineru[core]>=2.7.0) #9 92.91 Downloading https://mirrors.aliyun.com/pypi/packages/cc/8f/ec6289987824b29529d0dfda0d74a07cec60e54b9c92f3c9da4c0ac732de/contourpy-1.3.3-cp312-cp312-manylinux_2_27_x86_64.manylinux_2_28_x86_64.whl (362 kB) #9 92.99 Collecting cycler>=0.10 (from matplotlib<4,>=3.10->mineru>=2.7.0->mineru[core]>=2.7.0) #9 93.02 Downloading https://mirrors.aliyun.com/pypi/packages/e7/05/c19819d5e3d95294a6f5947fb9b9629efb316b96de511b418c53d245aae6/cycler-0.12.1-py3-none-any.whl (8.3 kB) #9 93.34 Collecting fonttools>=4.22.0 (from matplotlib<4,>=3.10->mineru>=2.7.0->mineru[core]>=2.7.0) #9 93.41 Downloading https://mirrors.aliyun.com/pypi/packages/9b/8a/99c8b3c3888c5c474c08dbfd7c8899786de9604b727fcefb055b42c84bba/fonttools-4.62.1-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (5.0 MB) #9 93.69 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 5.0/5.0 MB 17.6 MB/s 0:00:00 #9 93.83 Collecting kiwisolver>=1.3.1 (from matplotlib<4,>=3.10->mineru>=2.7.0->mineru[core]>=2.7.0) #9 93.89 Downloading https://mirrors.aliyun.com/pypi/packages/c4/13/680c54afe3e65767bed7ec1a15571e1a2f1257128733851ade24abcefbcc/kiwisolver-1.5.0-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.whl (1.5 MB) #9 94.00 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 1.5/1.5 MB 17.9 MB/s 0:00:00 #9 94.07 Collecting pyparsing>=3 (from matplotlib<4,>=3.10->mineru>=2.7.0->mineru[core]>=2.7.0) #9 94.09 Downloading https://mirrors.aliyun.com/pypi/packages/10/bd/c038d7cc38edc1aa5bf91ab8068b63d4308c66c4c8bb3cbba7dfbc049f9c/pyparsing-3.3.2-py3-none-any.whl (122 kB) #9 94.17 Collecting antlr4-python3-runtime==4.9.* (from omegaconf<3,>=2.3.0->mineru>=2.7.0->mineru[core]>=2.7.0) #9 94.29 Downloading https://mirrors.aliyun.com/pypi/packages/3e/38/7859ff46355f76f8d19459005ca000b6e7012f2f1ca597746cbcd1fbfe5e/antlr4-python3-runtime-4.9.3.tar.gz (117 kB) #9 94.33 Preparing metadata (setup.py): started #9 94.84 Preparing metadata (setup.py): finished with status 'done' #9 94.86 Requirement already satisfied: nvidia-cuda-nvrtc-cu12==12.8.61 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (12.8.61) #9 94.86 Requirement already satisfied: nvidia-cuda-runtime-cu12==12.8.57 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (12.8.57) #9 94.86 Requirement already satisfied: nvidia-cuda-cupti-cu12==12.8.57 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (12.8.57) #9 94.86 Requirement already satisfied: nvidia-cudnn-cu12==9.7.1.26 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (9.7.1.26) #9 94.86 Requirement already satisfied: nvidia-cublas-cu12==12.8.3.14 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (12.8.3.14) #9 94.86 Requirement already satisfied: nvidia-cufft-cu12==11.3.3.41 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (11.3.3.41) #9 94.86 Requirement already satisfied: nvidia-curand-cu12==10.3.9.55 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (10.3.9.55) #9 94.86 Requirement already satisfied: nvidia-cusolver-cu12==11.7.2.55 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (11.7.2.55) #9 94.86 Requirement already satisfied: nvidia-cusparse-cu12==12.5.7.53 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (12.5.7.53) #9 94.86 Requirement already satisfied: nvidia-cusparselt-cu12==0.6.3 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (0.6.3) #9 94.87 Requirement already satisfied: nvidia-nccl-cu12==2.26.2 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (2.26.2) #9 94.87 Requirement already satisfied: nvidia-nvtx-cu12==12.8.55 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (12.8.55) #9 94.87 Requirement already satisfied: nvidia-nvjitlink-cu12==12.8.61 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (12.8.61) #9 94.87 Requirement already satisfied: nvidia-cufile-cu12==1.13.0.11 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (1.13.0.11) #9 94.87 Requirement already satisfied: triton==3.3.1 in /usr/local/lib/python3.12/dist-packages (from torch<3,>=2.6.0->mineru>=2.7.0->mineru[core]>=2.7.0) (3.3.1) #9 94.92 Requirement already satisfied: regex!=2019.12.17 in /usr/local/lib/python3.12/dist-packages (from transformers!=4.51.0,<5.0.0,>=4.49.0->mineru>=2.7.0->mineru[core]>=2.7.0) (2025.7.34) #9 94.92 Requirement already satisfied: tokenizers<0.22,>=0.21 in /usr/local/lib/python3.12/dist-packages (from transformers!=4.51.0,<5.0.0,>=4.49.0->mineru>=2.7.0->mineru[core]>=2.7.0) (0.21.4) #9 94.92 Requirement already satisfied: safetensors>=0.4.3 in /usr/local/lib/python3.12/dist-packages (from transformers!=4.51.0,<5.0.0,>=4.49.0->mineru>=2.7.0->mineru[core]>=2.7.0) (0.6.2) #9 95.66 Collecting polars>=0.20.0 (from ultralytics<9,>=8.3.48->mineru>=2.7.0->mineru[core]>=2.7.0) #9 95.74 Downloading https://mirrors.aliyun.com/pypi/packages/b4/db/08f4ca10c5018813e7e0b59e4472302328b3d2ab1512f5a2157a814540e0/polars-1.39.3-py3-none-any.whl (823 kB) #9 95.77 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 824.0/824.0 kB 21.4 MB/s 0:00:00 #9 95.86 Collecting ultralytics-thop>=2.0.18 (from ultralytics<9,>=8.3.48->mineru>=2.7.0->mineru[core]>=2.7.0) #9 95.93 Downloading https://mirrors.aliyun.com/pypi/packages/7f/c7/fb42228bb05473d248c110218ffb8b1ad2f76728ed8699856e5af21112ad/ultralytics_thop-2.0.18-py3-none-any.whl (28 kB) #9 96.02 Collecting albucore==0.0.24 (from albumentations>=1.4.11->doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) #9 96.16 Downloading https://mirrors.aliyun.com/pypi/packages/0a/e2/91f145e1f32428e9e1f21f46a7022ffe63d11f549ee55c3b9265ff5207fc/albucore-0.0.24-py3-none-any.whl (15 kB) #9 96.17 Requirement already satisfied: opencv-python-headless>=4.9.0.80 in /usr/local/lib/python3.12/dist-packages (from albumentations>=1.4.11->doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) (4.12.0.88) #9 96.98 Collecting stringzilla>=3.10.4 (from albucore==0.0.24->albumentations>=1.4.11->doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) #9 97.07 Downloading https://mirrors.aliyun.com/pypi/packages/f2/c8/fd7101beb8268d231afe3beb20038b17543ab7ea2a59f56eded1782e420f/stringzilla-4.6.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_28_x86_64.whl (2.1 MB) #9 97.16 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 2.1/2.1 MB 19.5 MB/s 0:00:00 #9 99.67 Collecting simsimd>=5.9.2 (from albucore==0.0.24->albumentations>=1.4.11->doclayout_yolo==0.0.4->mineru>=2.7.0->mineru[core]>=2.7.0) #9 99.74 Downloading https://mirrors.aliyun.com/pypi/packages/3c/28/7ae846998728326759eab771afd83ad721b6c10e9cef7da2b5ca9bdd4a7b/simsimd-6.5.16-cp312-cp312-manylinux2014_x86_64.manylinux_2_17_x86_64.manylinux_2_28_x86_64.whl (583 kB) #9 99.88 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 583.5/583.5 kB 6.3 MB/s 0:00:00 #9 100.0 Collecting polars-runtime-32==1.39.3 (from polars>=0.20.0->ultralytics<9,>=8.3.48->mineru>=2.7.0->mineru[core]>=2.7.0) #9 100.1 Downloading https://mirrors.aliyun.com/pypi/packages/b0/15/fc3e43f3fdf3f20b7dfb5abe871ab6162cf8fb4aeabf4cfad822d5dc4c79/polars_runtime_32-1.39.3-cp310-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (46.9 MB) #9 102.6 ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.9/46.9 MB 19.0 MB/s 0:00:02 #9 102.8 Requirement already satisfied: mpmath<1.4,>=1.1.0 in /usr/local/lib/python3.12/dist-packages (from sympy->onnxruntime>=1.17.0->magika<1.1.0,>=0.6.2->mineru>=2.7.0->mineru[core]>=2.7.0) (1.3.0) #9 102.8 Requirement already satisfied: accelerate>=1.5.1 in /usr/local/lib/python3.12/dist-packages (from mineru>=2.7.0->mineru[core]>=2.7.0) (1.10.0) #9 102.8 Building wheels for collected packages: antlr4-python3-runtime #9 102.8 DEPRECATION: Building 'antlr4-python3-runtime' using the legacy setup.py bdist_wheel mechanism, which will be removed in a future version. pip 25.3 will enforce this behaviour change. A possible replacement is to use the standardized build interface by setting the `--use-pep517` option, (possibly combined with `--no-build-isolation`), or adding a `pyproject.toml` file to the source tree of 'antlr4-python3-runtime'. Discussion can be found at https://github.com/pypa/pip/issues/6334 #9 102.8 Building wheel for antlr4-python3-runtime (setup.py): started #9 103.5 Building wheel for antlr4-python3-runtime (setup.py): finished with status 'done' #9 103.5 Created wheel for antlr4-python3-runtime: filename=antlr4_python3_runtime-4.9.3-py3-none-any.whl size=144590 sha256=97a0b153c04c8e1d43e5cdd5001af266f78a89d1eb3ad51aa2125c5b40603ccd #9 103.5 Stored in directory: /root/.cache/pip/wheels/75/1e/ae/9ae8539ae6a316f5601902f873186ba273454c90271c671895 #9 103.5 Successfully built antlr4-python3-runtime #9 104.0 Installing collected packages: simsimd, pytz, pydub, flatbuffers, fasttext-predict, brotli, antlr4-python3-runtime, wcwidth, tzdata, tomlkit, tifffile, stringzilla, soupsieve, shapely, semantic-version, ruff, reportlab, pypdfium2, pypdf, pyparsing, pyclipper, polars-runtime-32, orjson, opencv-python, omegaconf, loguru, lazy-loader, kiwisolver, json-repair, imageio, groovy, fonttools, ffmpy, cycler, contourpy, colorlog, cffi, av, scikit-image, robust-downloader, qwen-vl-utils, polars, pandas, onnxruntime, matplotlib, ftfy, cryptography, beautifulsoup4, albucore, seaborn, safehttpx, pydantic-settings, pdfminer.six, magika, httpx-retries, gradio-client, fast-langdetect, albumentations, ultralytics-thop, thop, pdftext, mineru-vl-utils, gradio, ultralytics, gradio-pdf, doclayout_yolo #9 107.0 Attempting uninstall: pyparsing #9 107.0 Found existing installation: pyparsing 2.4.7 #9 107.0 Uninstalling pyparsing-2.4.7: #9 107.0 Successfully uninstalled pyparsing-2.4.7 #9 110.3 Attempting uninstall: cffi #9 110.3 Found existing installation: cffi 1.17.1 #9 110.3 Uninstalling cffi-1.17.1: #9 110.6 Successfully uninstalled cffi-1.17.1 #9 120.3 Attempting uninstall: cryptography #9 120.3 Found existing installation: cryptography 3.4.8 #9 120.4 Uninstalling cryptography-3.4.8: #9 120.4 Successfully uninstalled cryptography-3.4.8 #9 125.6 #9 125.7 Successfully installed albucore-0.0.24 albumentations-2.0.8 antlr4-python3-runtime-4.9.3 av-17.0.0 beautifulsoup4-4.14.3 brotli-1.2.0 cffi-2.0.0 colorlog-6.10.1 contourpy-1.3.3 cryptography-46.0.5 cycler-0.12.1 doclayout_yolo-0.0.4 fast-langdetect-0.2.5 fasttext-predict-0.9.2.4 ffmpy-1.0.0 flatbuffers-25.12.19 fonttools-4.62.1 ftfy-6.3.1 gradio-5.49.1 gradio-client-1.13.3 gradio-pdf-0.0.22 groovy-0.1.2 httpx-retries-0.4.6 imageio-2.37.3 json-repair-0.58.6 kiwisolver-1.5.0 lazy-loader-0.5 loguru-0.7.3 magika-1.0.2 matplotlib-3.10.8 mineru-vl-utils-0.1.22 omegaconf-2.3.0 onnxruntime-1.24.4 opencv-python-4.13.0.92 orjson-3.11.7 pandas-2.3.3 pdfminer.six-20260107 pdftext-0.6.3 polars-1.39.3 polars-runtime-32-1.39.3 pyclipper-1.4.0 pydantic-settings-2.13.1 pydub-0.25.1 pyparsing-3.3.2 pypdf-6.9.1 pypdfium2-4.30.0 pytz-2026.1.post1 qwen-vl-utils-0.0.14 reportlab-4.4.10 robust-downloader-0.0.2 ruff-0.15.7 safehttpx-0.1.7 scikit-image-0.26.0 seaborn-0.13.2 semantic-version-2.10.0 shapely-2.1.2 simsimd-6.5.16 soupsieve-2.8.3 stringzilla-4.6.0 thop-0.1.1.post2209072238 tifffile-2026.3.3 tomlkit-0.13.3 tzdata-2025.3 ultralytics-8.4.24 ultralytics-thop-2.0.18 wcwidth-0.6.0 #9 125.7 WARNING: Running pip as the 'root' user can result in broken permissions and conflicting behaviour with the system package manager, possibly rendering your system unusable. It is recommended to use a virtual environment instead: https://pip.pypa.io/warnings/venv. Use the --root-user-action option if you know what you are doing and want to suppress this warning. #9 125.9 #9 125.9 [notice] A new release of pip is available: 25.2 -> 26.0.1 #9 125.9 [notice] To update, run: python3 -m pip install --upgrade pip #9 126.8 Files removed: 283 (370.2 MB) #9 DONE 129.2s #10 [7/7] RUN /bin/bash -c "mineru-models-download -s modelscope -m all" #10 2.084 /usr/local/lib/python3.12/dist-packages/modelscope/hub/constants.py:60: SyntaxWarning: invalid escape sequence '\ ' #10 2.084 ,--. ,--.).-'),-----. \ .'_ (,------.,--. (_)---\_) .-----. .-'),-----. _.` \(,------. #10 2.150 2026-03-21 20:53:55.495 | INFO | mineru.cli.models_download:download_models:135 - Downloading all model from modelscope... #10 2.150 2026-03-21 20:53:55.496 | INFO | mineru.cli.models_download:download_pipeline_models:77 - Downloading model: models/Layout/YOLO/doclayout_yolo_docstructbench_imgsz1280_2501.pt #10 3.363 2026-03-21 20:53:56,708 - modelscope - INFO - Got 1 files, start to download ... #10 3.368 Downloading Model from https://www.modelscope.cn to directory: /root/.cache/modelscope/hub/models/OpenDataLab/PDF-Extract-Kit-1.0 #10 3.368 Processing 1 items: 0%| | 0.00/1.00 [00:00