runtime error

Space failed to start. Exit code: 1. Reason: lerror: libcudart.so.11.0: cannot open shared object file: No such file or directory 2023-03-30 01:04:05.692209: I tensorflow/compiler/xla/stream_executor/cuda/cudart_stub.cc:29] Ignore above cudart dlerror if you do not have a GPU set up on your machine. 2023-03-30 01:04:06.673017: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer.so.7'; dlerror: libnvinfer.so.7: cannot open shared object file: No such file or directory 2023-03-30 01:04:06.673090: W tensorflow/compiler/xla/stream_executor/platform/default/dso_loader.cc:64] Could not load dynamic library 'libnvinfer_plugin.so.7'; dlerror: libnvinfer_plugin.so.7: cannot open shared object file: No such file or directory 2023-03-30 01:04:06.673097: W tensorflow/compiler/tf2tensorrt/utils/py_utils.cc:38] TF-TRT Warning: Cannot dlopen some TensorRT libraries. If you would like to use Nvidia GPU with TensorRT, please make sure the missing libraries mentioned above are installed properly. Traceback (most recent call last): File "app.py", line 10, in <module> import gradio as gr File "/home/user/.local/lib/python3.8/site-packages/gradio/__init__.py", line 3, in <module> from gradio.blocks import Blocks, Column, Row, Tab File "/home/user/.local/lib/python3.8/site-packages/gradio/blocks.py", line 6, in <module> from gradio.launchable import Launchable File "/home/user/.local/lib/python3.8/site-packages/gradio/launchable.py", line 10, in <module> from gradio import encryptor, networking, queueing, strings, utils # type: ignore File "/home/user/.local/lib/python3.8/site-packages/gradio/networking.py", line 18, in <module> from gradio import queueing File "/home/user/.local/lib/python3.8/site-packages/gradio/queueing.py", line 10, in <module> from gradio.routes import QueuePushBody File "/home/user/.local/lib/python3.8/site-packages/gradio/routes.py", line 23, in <module> from jinja2.exceptions import TemplateNotFound ModuleNotFoundError: No module named 'jinja2'

Container logs:

Fetching error logs...