runtime error
Exit code: 1. Reason: quests Found existing installation: requests 2.32.5 Uninstalling requests-2.32.5: Successfully uninstalled requests-2.32.5 Attempting uninstall: huggingface-hub Found existing installation: huggingface-hub 0.36.0 Uninstalling huggingface-hub-0.36.0: Successfully uninstalled huggingface-hub-0.36.0 Attempting uninstall: tokenizers Found existing installation: tokenizers 0.19.1 Uninstalling tokenizers-0.19.1: Successfully uninstalled tokenizers-0.19.1 Attempting uninstall: transformers Found existing installation: transformers 4.44.2 Uninstalling transformers-4.44.2: Successfully uninstalled transformers-4.44.2 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. datasets 4.4.1 requires fsspec[http]<=2025.10.0,>=2023.1.0, but you have fsspec 2025.12.0 which is incompatible. Successfully installed certifi-2025.11.12 charset_normalizer-3.4.4 filelock-3.20.0 fsspec-2025.12.0 hf-xet-1.2.0 huggingface-hub-0.36.0 idna-3.11 numpy-2.2.6 packaging-25.0 pyyaml-6.0.3 regex-2025.11.3 requests-2.32.5 safetensors-0.7.0 tokenizers-0.19.1 tqdm-4.67.1 transformers-4.44.2 typing-extensions-4.15.0 urllib3-2.6.1 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. Traceback (most recent call last): File "/app/app.py", line 12, in <module> from utils.hunyuan_ocr import HunyuanOCR File "/app/utils/hunyuan_ocr.py", line 4, in <module> from transformers import AutoProcessor, AutoModelForVision2Text ImportError: cannot import name 'AutoModelForVision2Text' from 'transformers' (/usr/local/lib/python3.10/site-packages/transformers/__init__.py)
Container logs:
Fetching error logs...