runtime error

Exit code: 1. Reason: . 2024-12-24 06:33:59.934579: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory 2024-12-24 06:33:59.934598: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2024-12-24 06:33:59.957210: E tensorflow/stream_executor/cuda/cuda_blas.cc:2981] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-12-24 06:34:00.706301: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory 2024-12-24 06:34:00.706364: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory 2024-12-24 06:34:00.706369: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly. Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> from super_image import EdsrModel, ImageLoader File "/usr/local/lib/python3.10/site-packages/super_image/__init__.py", line 7, in <module> from .configuration_utils import PretrainedConfig File "/usr/local/lib/python3.10/site-packages/super_image/configuration_utils.py", line 9, in <module> from .file_utils import ( File "/usr/local/lib/python3.10/site-packages/super_image/file_utils.py", line 13, in <module> from huggingface_hub import hf_hub_url, cached_download ImportError: cannot import name 'cached_download' from 'huggingface_hub' (/usr/local/lib/python3.10/site-packages/huggingface_hub/__init__.py)

Container logs:

Fetching error logs...