runtime error

Exit code: 1. Reason: release. Currently, TensorFlow is included by default, but this behavior will be deprecated. Please explicitly specify your preferred backend engine when installing: -> pip install deepface[tensorflow] -> pip install deepface[pytorch] Otherwise, you will encounter 'module not found' errors. ====================================================================== WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1789630139.447680 1 port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. WARNING: All log messages before absl::InitializeLog() is called are written to STDERR I0000 00:00:1789630140.752403 1 port.cc:153] oneDNN custom operations are on. You may see slightly different numerical results due to floating-point round-off errors from different computation orders. To turn them off, set the environment variable `TF_ENABLE_ONEDNN_OPTS=0`. I0000 00:00:1789630140.753416 1 cudart_stub.cc:31] Could not find cuda drivers on your machine, GPU will not be used. Traceback (most recent call last): File "/usr/local/lib/python3.10/site-packages/deepface/commons/package_utils.py", line 50, 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 "/app/app.py", line 12, in <module> from deepface import DeepFace File "/usr/local/lib/python3.10/site-packages/deepface/DeepFace.py", line 70, in <module> package_utils.validate_for_keras3() File "/usr/local/lib/python3.10/site-packages/deepface/commons/package_utils.py", line 55, in validate_for_keras3 raise ValueError( ValueError: You have tensorflow 2.21.0 and this requires tf-keras package. Please run `pip install tf-keras` or downgrade your tensorflow.

Container logs:

Fetching error logs...