runtime error

Exit code: 1. Reason: equirementsForExecutablesIfNeeded (/usr/local/lib/python3.10/site-packages/playwright/driver/package/lib/server/registry/index.js:1036:7) at async t.<anonymous> (/usr/local/lib/python3.10/site-packages/playwright/driver/package/lib/cli/program.js:160:7) /home/user/app/app.py:24: LangChainDeprecationWarning: The class `HuggingFaceEndpoint` was deprecated in LangChain 0.0.37 and will be removed in 1.0. An updated version of the class exists in the :class:`~langchain-huggingface package and should be used instead. To use it run `pip install -U :class:`~langchain-huggingface` and import as `from :class:`~langchain_huggingface import HuggingFaceEndpoint``. llm_model_instance = HuggingFaceEndpoint( WARNING! max_length is not default parameter. max_length was transferred to model_kwargs. Please make sure that max_length is what you intended. WARNING! token is not default parameter. token was transferred to model_kwargs. Please make sure that token is what you intended. Traceback (most recent call last): File "/home/user/app/app.py", line 24, in <module> llm_model_instance = HuggingFaceEndpoint( File "/usr/local/lib/python3.10/site-packages/langchain_core/_api/deprecation.py", line 224, in warn_if_direct_instance return wrapped(self, *args, **kwargs) File "/usr/local/lib/python3.10/site-packages/langchain_core/load/serializable.py", line 130, in __init__ super().__init__(*args, **kwargs) File "/usr/local/lib/python3.10/site-packages/pydantic/main.py", line 253, in __init__ validated_self = self.__pydantic_validator__.validate_python(data, self_instance=self) pydantic_core._pydantic_core.ValidationError: 1 validation error for HuggingFaceEndpoint Value error, Could not authenticate with huggingface_hub. Please check your API token. [type=value_error, input_value={'repo_id': 'Qwen/Qwen2.5...nt': None, 'task': None}, input_type=dict] For further information visit https://errors.pydantic.dev/2.11/v/value_error

Container logs:

Fetching error logs...