runtime error

Exit code: 1. Reason: e to register cuDNN factory: Attempting to register factory for plugin cuDNN when one has already been registered 2024-10-07 20:49:49.300129: 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-07 20:49:49.316473: 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-07 20:49:50.337456: 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/retinaface/commons/package_utils.py", line 19, in validate_for_keras3 import tf_keras ModuleNotFoundError: No module named 'tf_keras' The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/home/user/app/app.py", line 19, in <module> from deepface import DeepFace File "/usr/local/lib/python3.10/site-packages/deepface/DeepFace.py", line 20, in <module> from deepface.modules import ( File "/usr/local/lib/python3.10/site-packages/deepface/modules/modeling.py", line 16, in <module> from deepface.models.face_detection import ( File "/usr/local/lib/python3.10/site-packages/deepface/models/face_detection/RetinaFace.py", line 3, in <module> from retinaface import RetinaFace as rf File "/usr/local/lib/python3.10/site-packages/retinaface/RetinaFace.py", line 20, in <module> package_utils.validate_for_keras3() File "/usr/local/lib/python3.10/site-packages/retinaface/commons/package_utils.py", line 24, in validate_for_keras3 raise ValueError( ValueError: You have tensorflow 2.17.0 and this requires tf-keras package. Please run `pip install tf-keras` or downgrade your tensorflow.

Container logs:

Fetching error logs...