runtime error

Exit code: 1. Reason: | _| _| _| _| _| _| _| _|_| _| _| _| _| _| _| _| _| _| _|_| _|_|_| _|_|_| _|_|_| _| _| _|_|_| _| _| _| _|_|_| _|_|_|_| /usr/local/lib/python3.10/getpass.py:91: GetPassWarning: Can not control echo on the terminal. passwd = fallback_getpass(prompt, stream) Warning: Password input may be echoed. Enter your token (input will not be visible): Traceback (most recent call last): File "/usr/local/lib/python3.10/getpass.py", line 69, 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 "/home/user/app/app.py", line 73, in <module> login(os.getenv("HF_TOKEN")) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f return f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 31, in inner_f return f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 130, in login interpreter_login(new_session=new_session) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 101, in inner_f return f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/utils/_deprecation.py", line 31, in inner_f return f(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/huggingface_hub/_login.py", line 287, in interpreter_login token = getpass("Enter your token (input will not be visible): ") File "/usr/local/lib/python3.10/getpass.py", line 91, in unix_getpass passwd = fallback_getpass(prompt, stream) File "/usr/local/lib/python3.10/getpass.py", line 126, in fallback_getpass return _raw_input(prompt, stream) File "/usr/local/lib/python3.10/getpass.py", line 148, in _raw_input raise EOFError EOFError

Container logs:

Fetching error logs...