runtime error

Exit code: 1. Reason: ) Requirement already satisfied: urllib3<3,>=1.21.1 in /usr/local/lib/python3.10/site-packages (from requests->huggingface_hub==0.25.0) (2.4.0) Requirement already satisfied: certifi>=2017.4.17 in /usr/local/lib/python3.10/site-packages (from requests->huggingface_hub==0.25.0) (2025.1.31) Downloading huggingface_hub-0.25.0-py3-none-any.whl (436 kB) Installing collected packages: huggingface_hub Attempting uninstall: huggingface_hub Found existing installation: huggingface-hub 0.30.2 Uninstalling huggingface-hub-0.30.2: Successfully uninstalled huggingface-hub-0.30.2 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. gradio 5.0.1 requires huggingface-hub>=0.25.1, but you have huggingface-hub 0.25.0 which is incompatible. Successfully installed huggingface_hub-0.25.0 Collecting numpy==1.26.4 Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) Downloading numpy-1.26.4-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.2 MB) ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.2/18.2 MB 267.6 MB/s eta 0:00:00 Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 2.2.4 Uninstalling numpy-2.2.4: Successfully uninstalled numpy-2.2.4 ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts. gradio 5.0.1 requires huggingface-hub>=0.25.1, but you have huggingface-hub 0.25.0 which is incompatible. Successfully installed numpy-1.26.4 Traceback (most recent call last): File "/home/user/app/app.py", line 26, in <module> hf_token = os.environ["HF_TOKEN"] File "/usr/local/lib/python3.10/os.py", line 680, in __getitem__ raise KeyError(key) from None KeyError: 'HF_TOKEN'

Container logs:

Fetching error logs...