runtime error

Exit code: 1. Reason: AS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2025-09-23 12:13:28.366082: I tensorflow/tsl/cuda/cudart_stub.cc:28] Could not find cuda drivers on your machine, GPU will not be used. 2025-09-23 12:13:28.366278: 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. 2025-09-23 12:13:29.150693: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Could not find TensorRT Traceback (most recent call last): File "/app/app.py", line 8, in <module> import gradio as gr File "/usr/local/lib/python3.10/site-packages/gradio/__init__.py", line 3, in <module> import gradio._simple_templates File "/usr/local/lib/python3.10/site-packages/gradio/_simple_templates/__init__.py", line 1, in <module> from .simpledropdown import SimpleDropdown File "/usr/local/lib/python3.10/site-packages/gradio/_simple_templates/simpledropdown.py", line 7, in <module> from gradio.components.base import Component, FormComponent File "/usr/local/lib/python3.10/site-packages/gradio/components/__init__.py", line 1, in <module> from gradio.components.annotated_image import AnnotatedImage File "/usr/local/lib/python3.10/site-packages/gradio/components/annotated_image.py", line 8, in <module> import gradio_client.utils as client_utils File "/usr/local/lib/python3.10/site-packages/gradio_client/__init__.py", line 1, in <module> from gradio_client.client import Client File "/usr/local/lib/python3.10/site-packages/gradio_client/client.py", line 39, in <module> from gradio_client import utils File "/usr/local/lib/python3.10/site-packages/gradio_client/utils.py", line 39, in <module> from websockets.asyncio.client import ClientConnection ModuleNotFoundError: No module named 'websockets.asyncio'

Container logs:

Fetching error logs...