runtime error

vailable 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-05-15 16:13:19.501780: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT /usr/local/lib/python3.10/site-packages/tensorflow_addons/utils/ensure_tf_install.py:53: UserWarning: Tensorflow Addons supports using Python ops for all Tensorflow versions above or equal to 2.7.0 and strictly below 2.10.0 (nightly versions are not supported). The versions of TensorFlow you are currently using is 2.16.1 and is not supported. Some things might work, some things might not. If you were to encounter a bug, do not file an issue. If you want to make sure you're using a tested and supported configuration, either change the TensorFlow version or the TensorFlow Addons's version. You can find the compatibility matrix in TensorFlow Addon's readme: https://github.com/tensorflow/addons warnings.warn( Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> from tensorflow_addons.layers import InstanceNormalization File "/usr/local/lib/python3.10/site-packages/tensorflow_addons/__init__.py", line 24, in <module> from tensorflow_addons import layers File "/usr/local/lib/python3.10/site-packages/tensorflow_addons/layers/__init__.py", line 44, in <module> from tensorflow_addons.layers.esn import ESN File "/usr/local/lib/python3.10/site-packages/tensorflow_addons/layers/esn.py", line 18, in <module> from tensorflow_addons.rnn import ESNCell File "/usr/local/lib/python3.10/site-packages/tensorflow_addons/rnn/__init__.py", line 17, in <module> from tensorflow_addons.rnn.nas_cell import NASCell File "/usr/local/lib/python3.10/site-packages/tensorflow_addons/rnn/nas_cell.py", line 30, in <module> class NASCell(keras.layers.AbstractRNNCell): AttributeError: module 'tensorflow.keras.layers' has no attribute 'AbstractRNNCell'

Container logs:

Fetching error logs...