runtime error

Exit code: 1. Reason: mod | file | -] [arg] ... Try `python -h' for more information. unknown option --import usage: /usr/local/bin/python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. unknown option --import usage: /usr/local/bin/python [option] ... [-c cmd | -m mod | file | -] [arg] ... Try `python -h' for more information. Cannot start Node server on any port in the range 7861-7960. Please install Node 20 or higher and set the environment variable GRADIO_NODE_PATH to the path of your Node executable. You can explicitly specify a port by setting the environment variable GRADIO_NODE_PORT. * Running on local URL: http://0.0.0.0:7860, with SSR ⚑ (experimental, to disable set `ssr_mode=False` in `launch()`) Traceback (most recent call last): File "/home/user/app/facefusion/facefusion.py", line 10, in <module> core.cli() File "/home/user/app/facefusion/facefusion/core.py", line 43, in cli route(args) File "/home/user/app/facefusion/facefusion/core.py", line 82, in route ui.launch() File "/home/user/app/facefusion/facefusion/uis/core.py", line 96, in launch ui_layout_module.run(ui) File "/home/user/app/facefusion/facefusion/uis/layouts/default.py", line 119, in run ui.launch(favicon_path = 'facefusion.ico', inbrowser = state_manager.get_item('open_browser')) File "/usr/local/lib/python3.10/site-packages/gradio/blocks.py", line 2729, in launch raise ValueError( ValueError: When localhost is not accessible, a shareable link must be created. Please set share=True or check your proxy settings to allow access to localhost. Traceback (most recent call last): File "/home/user/app/app.py", line 30, in <module> subprocess.run(["python", "facefusion.py", "run", "--execution-providers", "cpu"], check=True) File "/usr/local/lib/python3.10/subprocess.py", line 526, in run raise CalledProcessError(retcode, process.args, subprocess.CalledProcessError: Command '['python', 'facefusion.py', 'run', '--execution-providers', 'cpu']' returned non-zero exit status 1.

Container logs:

Fetching error logs...