runtime error
Exit code: 1. Reason: ory: Attempting to register factory for plugin cuDNN when one has already been registered E0000 00:00:1730262222.649360 1 cuda_blas.cc:1418] Unable to register cuBLAS factory: Attempting to register factory for plugin cuBLAS when one has already been registered 2024-10-30 05:23:42.673366: I tensorflow/core/platform/cpu_feature_guard.cc:210] 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. ERROR:__main__:Failed to launch interface: [Errno 2] No such file or directory: 'sample_sales_data.csv' Traceback (most recent call last): File "/home/user/app/app.py", line 341, in <module> interface = create_gradio_interface(predictor) File "/home/user/app/app.py", line 306, in create_gradio_interface interface = gr.Interface( File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 536, in __init__ self.render_examples() File "/usr/local/lib/python3.10/site-packages/gradio/interface.py", line 886, in render_examples self.examples_handler = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 56, in create_examples examples_obj = Examples( File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 288, in __init__ self._get_processed_example(example) File "/usr/local/lib/python3.10/site-packages/gradio/helpers.py", line 297, in _get_processed_example prediction_value = component.postprocess(sample) File "/usr/local/lib/python3.10/site-packages/gradio/components/file.py", line 213, in postprocess size=Path(value).stat().st_size, File "/usr/local/lib/python3.10/pathlib.py", line 1097, in stat return self._accessor.stat(self, follow_symlinks=follow_symlinks) FileNotFoundError: [Errno 2] No such file or directory: 'sample_sales_data.csv' INFO:httpx:HTTP Request: GET https://api.gradio.app/pkg-version "HTTP/1.1 200 OK"
Container logs:
Fetching error logs...