runtime error

Exit code: 1. Reason: 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 2025-12-18 09:19:54.644417: 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. 2025-12-18 09:19:54.692532: 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-12-18 09:19:55.823364: 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-12-18 09:19:55.823561: 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-12-18 09:19:55.823660: 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 "/app/app.py", line 24, in <module> model = tf.keras.models.load_model( 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/keras/engine/input_layer.py", line 152, in __init__ raise ValueError( ValueError: Unrecognized keyword arguments: ['batch_shape'] During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 34, in <module> raise RuntimeError(f"❌ Failed to load model: {e}") RuntimeError: ❌ Failed to load model: Unrecognized keyword arguments: ['batch_shape']

Container logs:

Fetching error logs...