runtime error

Exit code: 1. Reason: tion placer already registered. Please check linkage and avoid linking the same target more than once. W0000 00:00:1746378580.561829 1 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once. W0000 00:00:1746378580.561831 1 computation_placer.cc:177] computation placer already registered. Please check linkage and avoid linking the same target more than once. 2025-05-04 19:09:40.565664: 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. 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 3, 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.19.0 and this requires tf-keras package. Please run `pip install tf-keras` or downgrade your tensorflow.

Container logs:

Fetching error logs...