runtime error

Exit code: 1. Reason: mkdir -p failed for path /.config/matplotlib: [Errno 13] Permission denied: '/.config' Matplotlib created a temporary cache directory at /tmp/matplotlib-37cs5m6f because there was an issue with the default path (/.config/matplotlib); it is highly recommended to set the MPLCONFIGDIR environment variable to a writable directory, in particular to speed up the import of Matplotlib and to better support multiprocessing. IMPORTANT: You are using gradio version 3.17.0, however version 4.44.1 is available, please upgrade. -------- Traceback (most recent call last): File "/app/app.py", line 6, in <module> demo = gr.Interface(fn=greet, inputs="text", outputs="text") File "/usr/local/lib/python3.9/site-packages/gradio/interface.py", line 427, in __init__ self.flagging_callback.setup( File "/usr/local/lib/python3.9/site-packages/gradio/flagging.py", line 191, in setup os.makedirs(flagging_dir, exist_ok=True) File "/usr/local/lib/python3.9/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: 'flagged'

Container logs:

Fetching error logs...