runtime error

Exit code: 1. Reason: /usr/local/lib/python3.10/site-packages/huggingface_hub/constants.py:277: FutureWarning: The `HF_HUB_ENABLE_HF_TRANSFER` environment variable is deprecated as 'hf_transfer' is not used anymore. Please use `HF_XET_HIGH_PERFORMANCE` instead to enable high performance transfer with Xet. Visit https://huggingface.co/docs/huggingface_hub/package_reference/environment_variables#hfxethighperformance for more details. warnings.warn( /usr/local/lib/python3.10/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 "/home/user/app/app.py", line 12, in <module> from src.postprocessing import postprocess_result File "/home/user/app/src/postprocessing.py", line 9, in <module> from src.settings import RECOGNITION_THRESHOLD File "/home/user/app/src/settings.py", line 34, in <module> OCR_JA = PaddleOCR( File "/usr/local/lib/python3.10/site-packages/paddleocr/_pipelines/ocr.py", line 173, in __init__ super().__init__(**base_params) File "/usr/local/lib/python3.10/site-packages/paddleocr/_pipelines/base.py", line 63, in __init__ self._common_args = parse_common_args( File "/usr/local/lib/python3.10/site-packages/paddleocr/_common_args.py", line 54, in parse_common_args raise ValueError(f"Unknown argument: {name}") ValueError: Unknown argument: use_gpu

Container logs:

Fetching error logs...