runtime error

uch file or directory 2023-04-20 14:36:03.592889: 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 2023-04-20 14:36:03.592897: 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. 2023-04-20 14:36:04.088684: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcuda.so.1'; dlerror: libcuda.so.1: cannot open shared object file: No such file or directory 2023-04-20 14:36:04.088709: W tensorflow/stream_executor/cuda/cuda_driver.cc:263] failed call to cuInit: UNKNOWN ERROR (303) 2023-04-20 14:36:04.088724: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (s-aravindsl1-fire-classification-60759-74d9b5cbf6-4j27k): /proc/driver/nvidia/version does not exist 2023-04-20 14:36:04.088927: I tensorflow/core/platform/cpu_feature_guard.cc:193] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX512F AVX512_VNNI FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Traceback (most recent call last): File "app.py", line 5, in <module> model = tf.keras.models.load_model('fire_model.h5') File "/home/user/.local/lib/python3.8/site-packages/keras/utils/traceback_utils.py", line 70, in error_handler raise e.with_traceback(filtered_tb) from None File "/home/user/.local/lib/python3.8/site-packages/keras/optimizers/optimizer_experimental/optimizer.py", line 115, in _process_kwargs raise TypeError( TypeError: weight_decay is not a valid argument, kwargs should be empty for `optimizer_experimental.Optimizer`.

Container logs:

Fetching error logs...