runtime error

Exit code: 3. Reason: Starting CUA2 Application... nginx started successfully Starting backend with worker(s)... uv run uvicorn cua2_core.main:app --host 0.0.0.0 --port 8000 --workers 1 --log-level error > /dev/null Building cua2-core @ file:///home/user/app/cua2-core Built cua2-core @ file:///home/user/app/cua2-core Uninstalled 1 package in 6ms Installed 1 package in 2ms ERROR: Traceback (most recent call last): File "/home/user/app/.venv/lib/python3.11/site-packages/starlette/routing.py", line 694, in lifespan async with self.lifespan_context(app) as maybe_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/.venv/lib/python3.11/site-packages/fastapi/routing.py", line 206, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/.venv/lib/python3.11/site-packages/fastapi/routing.py", line 206, in merged_lifespan async with original_context(app) as maybe_original_state: File "/usr/local/lib/python3.11/contextlib.py", line 210, in __aenter__ return await anext(self.gen) ^^^^^^^^^^^^^^^^^^^^^ File "/home/user/app/cua2-core/src/cua2_core/app.py", line 22, in lifespan raise ValueError("HF_TOKEN is not set") ValueError: HF_TOKEN is not set ERROR: Application startup failed. Exiting.

Container logs:

Fetching error logs...