runtime error

2023-11-03 17:28:23.375289: W tensorflow/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libcudart.so.11.0'; dlerror: libcudart.so.11.0: cannot open shared object file: No such file or directory 2023-11-03 17:28:23.375310: I tensorflow/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. Segmentation Models: using `keras` framework. Traceback (most recent call last): File "/home/user/app/app.py", line 15, in <module> import gradio as gr File "/home/user/.local/lib/python3.10/site-packages/gradio/__init__.py", line 3, in <module> import gradio.components as components File "/home/user/.local/lib/python3.10/site-packages/gradio/components.py", line 31, in <module> from gradio import media_data, processing_utils, utils File "/home/user/.local/lib/python3.10/site-packages/gradio/processing_utils.py", line 20, in <module> from gradio import encryptor, utils File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 398, in <module> class Request: File "/home/user/.local/lib/python3.10/site-packages/gradio/utils.py", line 418, in Request client = httpx.AsyncClient() File "/home/user/.local/lib/python3.10/site-packages/httpx/_client.py", line 1397, in __init__ self._transport = self._init_transport( File "/home/user/.local/lib/python3.10/site-packages/httpx/_client.py", line 1445, in _init_transport return AsyncHTTPTransport( File "/home/user/.local/lib/python3.10/site-packages/httpx/_transports/default.py", line 275, in __init__ self._pool = httpcore.AsyncConnectionPool( TypeError: AsyncConnectionPool.__init__() got an unexpected keyword argument 'socket_options'

Container logs:

Fetching error logs...