runtime error

flow/compiler/xla/stream_executor/cuda/cuda_fft.cc:609] Unable to register cuFFT factory: Attempting to register factory for plugin cuFFT when one has already been registered 2023-10-29 17:08:48.461879: E tensorflow/compiler/xla/stream_executor/cuda/cuda_blas.cc:1518] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2023-10-29 17:08:48.467615: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used. 2023-10-29 17:08:48.467788: I tensorflow/core/platform/cpu_feature_guard.cc:182] 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. 2023-10-29 17:08:49.284557: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT WARNING:tensorflow:From /home/user/.local/lib/python3.10/site-packages/tensorflow/python/compat/v2_compat.py:108: disable_resource_variables (from tensorflow.python.ops.variable_scope) is deprecated and will be removed in a future version. Instructions for updating: non-resource variables are not supported in the long term Traceback (most recent call last): File "/home/user/app/app.py", line 7, in <module> import tflearn File "/home/user/.local/lib/python3.10/site-packages/tflearn/__init__.py", line 25, in <module> from .layers import normalization File "/home/user/.local/lib/python3.10/site-packages/tflearn/layers/__init__.py", line 11, in <module> from .recurrent import lstm, gru, simple_rnn, bidirectional_rnn, \ File "/home/user/.local/lib/python3.10/site-packages/tflearn/layers/recurrent.py", line 17, in <module> from tensorflow.python.util.nest import is_sequence ImportError: cannot import name 'is_sequence' from 'tensorflow.python.util.nest' (/home/user/.local/lib/python3.10/site-packages/tensorflow/python/util/nest.py)

Container logs:

Fetching error logs...