runtime error

Exit code: 1. Reason: /settings.json' Update Settings with 'yolo settings key=value', i.e. 'yolo settings runs_dir=path/to/dir'. For help see https://docs.ultralytics.com/quickstart/#ultralytics-settings. /usr/local/lib/python3.13/site-packages/paddle/utils/cpp_extension/extension_utils.py:712: UserWarning: No ccache found. Please be aware that recompiling all source files may be required. You can download and install ccache from: https://github.com/ccache/ccache/blob/master/doc/INSTALL.md warnings.warn(warning_message) WARNING: OMP_NUM_THREADS set to 2, not 1. The computation speed will not be optimized if you use data parallel. It will fail if this PaddlePaddle binary is compiled with OpenBlas since OpenBlas does not support multi-threads. PLEASE USE OMP_NUM_THREADS WISELY. Traceback (most recent call last): File "/app/app.py", line 9, in <module> from paddleocr import PaddleOCR File "/usr/local/lib/python3.13/site-packages/paddleocr/__init__.py", line 14, in <module> from .paddleocr import * File "/usr/local/lib/python3.13/site-packages/paddleocr/paddleocr.py", line 34, in <module> from tools.infer import predict_system File "/usr/local/lib/python3.13/site-packages/paddleocr/tools/infer/predict_system.py", line 32, in <module> import tools.infer.predict_rec as predict_rec File "/usr/local/lib/python3.13/site-packages/paddleocr/tools/infer/predict_rec.py", line 31, in <module> from ppocr.postprocess import build_post_process File "/usr/local/lib/python3.13/site-packages/paddleocr/ppocr/postprocess/__init__.py", line 34, in <module> from .vqa_token_ser_layoutlm_postprocess import VQASerTokenLayoutLMPostProcess, DistillationSerPostProcess File "/usr/local/lib/python3.13/site-packages/paddleocr/ppocr/postprocess/vqa_token_ser_layoutlm_postprocess.py", line 16, in <module> from ppocr.utils.utility import load_vqa_bio_label_maps File "/usr/local/lib/python3.13/site-packages/paddleocr/ppocr/utils/utility.py", line 17, in <module> import imghdr ModuleNotFoundError: No module named 'imghdr'

Container logs:

Fetching error logs...