runtime error

Exit code: 1. Reason: NN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2024-10-04 09:21:53.768089: E external/local_xla/xla/stream_executor/cuda/cuda_blas.cc:1452] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-10-04 09:21:53.782750: I tensorflow/core/platform/cpu_feature_guard.cc:210] This TensorFlow binary is optimized to use available CPU instructions in performance-critical operations. To enable the following instructions: AVX2 AVX512F AVX512_VNNI FMA, in other operations, rebuild TensorFlow with the appropriate compiler flags. 2024-10-04 09:21:55.461593: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/loader_impl.py", line 108, in parse_saved_model saved_model.ParseFromString(file_content) google.protobuf.message.DecodeError: Error parsing message The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 11, in <module> model = tf.saved_model.load(model_path) File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 912, in load result = load_partial(export_dir, None, tags, options)["root"] File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/load.py", line 1016, in load_partial loader_impl.parse_saved_model_with_debug_info(export_dir)) File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/loader_impl.py", line 59, in parse_saved_model_with_debug_info saved_model = parse_saved_model(export_dir) File "/usr/local/lib/python3.10/site-packages/tensorflow/python/saved_model/loader_impl.py", line 110, in parse_saved_model raise IOError(f"Cannot parse file {path_to_pb}: {str(e)}.") from e OSError: Cannot parse file b'model/saved_model.pb': Error parsing message.

Container logs:

Fetching error logs...