runtime error

Exit code: 1. Reason: /usr/local/lib/python3.13/getpass.py:90: GetPassWarning: Can not control echo on the terminal. passwd = fallback_getpass(prompt, stream) Warning: Password input may be echoed. Enter your Hugging Face token (input hidden): Traceback (most recent call last): File "/usr/local/lib/python3.13/getpass.py", line 68, in unix_getpass old = termios.tcgetattr(fd) # a copy to save termios.error: (25, 'Inappropriate ioctl for device') During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 71, in <module> hf_token = getpass.getpass("Enter your Hugging Face token (input hidden): ") File "/usr/local/lib/python3.13/getpass.py", line 90, in unix_getpass passwd = fallback_getpass(prompt, stream) File "/usr/local/lib/python3.13/getpass.py", line 126, in fallback_getpass return _raw_input(prompt, stream) File "/usr/local/lib/python3.13/getpass.py", line 148, in _raw_input raise EOFError EOFError During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/app/app.py", line 73, in <module> hf_token = input("Enter your Hugging Face token: ") EOFError: EOF when reading a line Enter your Hugging Face token:

Container logs:

Fetching error logs...