runtime error

Exit code: 1. Reason: ate.cc:992 CreateExecutionProviderFactoryInstance] Failed to create CUDAExecutionProvider. Require cuDNN 9.* and CUDA 12.*. Please install all dependencies as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported. Loading decoder... 2026-04-16 04:55:39.425636721 [E:onnxruntime:Default, provider_bridge_ort.cc:2359 TryGetProviderInfo_CUDA] /onnxruntime_src/onnxruntime/core/session/provider_bridge_ort.cc:1952 onnxruntime::Provider& onnxruntime::ProviderLibrary::Get() [ONNXRuntimeError] : 1 : FAIL : Failed to load library /usr/local/lib/python3.13/site-packages/onnxruntime/capi/libonnxruntime_providers_cuda.so with error: libcublasLt.so.12: cannot open shared object file: No such file or directory  2026-04-16 04:55:39.430198977 [W:onnxruntime:Default, onnxruntime_pybind_state.cc:992 CreateExecutionProviderFactoryInstance] Failed to create CUDAExecutionProvider. Require cuDNN 9.* and CUDA 12.*. Please install all dependencies as mentioned in the GPU requirements page (https://onnxruntime.ai/docs/execution-providers/CUDA-ExecutionProvider.html#requirements), make sure they're in the PATH, and that your GPU is supported. βœ“ Using execution provider: Encoder=CPUExecutionProvider, Decoder=CPUExecutionProvider 2026-04-16 04:55:39,824 - __main__ - INFO - βœ“ Text recognition model initialized 2026-04-16 04:55:39,825 - __main__ - ERROR - Failed to initialize HTR pipeline: Failed to initialize HTR pipeline components Traceback (most recent call last): File "/app/app.py", line 361, in <module> pipeline = HTRPipeline( segmentation_model_path=SEGMENTATION_MODEL_PATH, ...<9 lines>... segmentation_region_overlap_threshold = Config.SEGMENTATION_REGION_OVERLAP_THRESHOLD ) File "/app/app.py", line 156, in __init__ raise RuntimeError("Failed to initialize HTR pipeline components") RuntimeError: Failed to initialize HTR pipeline components

Container logs:

Fetching error logs...