runtime error

Exit code: 1. Reason: tub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2025-07-18 02:26:33.146223: 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 2025-07-18 02:26:34.146757: 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 2025-07-18 02:26:34.146845: 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 2025-07-18 02:26:34.146884: 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. image_classifier.keras: 0%| | 0.00/2.74M [00:00<?, ?B/s] image_classifier.keras: 100%|██████████| 2.74M/2.74M [00:00<00:00, 5.81MB/s] Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> model = tf.keras.models.load_model(model_path) File "/usr/local/lib/python3.10/site-packages/keras/utils/traceback_utils.py", line 70, in error_handler raise e.with_traceback(filtered_tb) from None File "/usr/local/lib/python3.10/site-packages/h5py/_hl/files.py", line 564, in __init__ fid = make_fid(name, mode, userblock_size, fapl, fcpl, swmr=swmr) File "/usr/local/lib/python3.10/site-packages/h5py/_hl/files.py", line 238, in make_fid fid = h5f.open(name, flags, fapl=fapl) File "h5py/_objects.pyx", line 56, in h5py._objects.with_phil.wrapper File "h5py/_objects.pyx", line 57, in h5py._objects.with_phil.wrapper File "h5py/h5f.pyx", line 102, in h5py.h5f.open OSError: Unable to synchronously open file (file signature not found)

Container logs:

Fetching error logs...