runtime error

2024-07-07 07:38:15.251458: 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-07-07 07:38:15.251481: 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-07-07 07:38:18.172200: 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 2024-07-07 07:38:18.172243: W tensorflow/stream_executor/cuda/cuda_driver.cc:269] failed call to cuInit: UNKNOWN ERROR (303) 2024-07-07 07:38:18.172266: I tensorflow/stream_executor/cuda/cuda_diagnostics.cc:156] kernel driver does not appear to be running on this host (r-alejo1999mj-enfermedades-de-piel-2-626tx339-1eafb-q6m56): /proc/driver/nvidia/version does not exist 2024-07-07 07:38:18.176158: I tensorflow/core/platform/cpu_feature_guard.cc:151] This TensorFlow binary is optimized with oneAPI Deep Neural Network Library (oneDNN) to use the following CPU instructions in performance-critical operations: AVX2 AVX512F FMA To enable them in other operations, rebuild TensorFlow with the appropriate compiler flags. Traceback (most recent call last): File "/home/user/app/app.py", line 12, in <module> model = load_model('my_skin_disease_model.h5') File "/usr/local/lib/python3.10/site-packages/keras/utils/traceback_utils.py", line 67, in error_handler raise e.with_traceback(filtered_tb) from None File "/usr/local/lib/python3.10/site-packages/keras/optimizer_experimental/optimizer.py", line 86, in _process_kwargs raise TypeError(f"{k} is not a valid argument, kwargs should be empty " TypeError: weight_decay is not a valid argument, kwargs should be empty for `optimizer_experimental.Optimizer`.

Container logs:

Fetching error logs...