runtime error

Exit code: 1. Reason: INFO 08-03 08:33:38 [__init__.py:239] No platform detected, vLLM is running on UnspecifiedPlatform WARNING 08-03 08:33:39 [_custom_ops.py:20] Failed to import from vllm._C with ImportError('libcuda.so.1: cannot open shared object file: No such file or directory') Traceback (most recent call last): File "/home/user/app/app.py", line 5, in <module> llm = vllm.LLM( File "/usr/local/lib/python3.10/site-packages/vllm/entrypoints/llm.py", line 273, in __init__ self.llm_engine = LLMEngine.from_engine_args( File "/usr/local/lib/python3.10/site-packages/vllm/engine/llm_engine.py", line 490, in from_engine_args vllm_config = engine_args.create_engine_config(usage_context) File "/usr/local/lib/python3.10/site-packages/vllm/engine/arg_utils.py", line 1002, in create_engine_config device_config = DeviceConfig( File "/usr/local/lib/python3.10/site-packages/pydantic/_internal/_dataclasses.py", line 123, in __init__ s.__pydantic_validator__.validate_python(ArgsKwargs(args, kwargs), self_instance=s) File "/usr/local/lib/python3.10/site-packages/vllm/config.py", line 2591, in __post_init__ self.device = torch.device(self.device_type) RuntimeError: Device string must not be empty

Container logs:

Fetching error logs...