ray-project / ray

Ray is a unified framework for scaling AI and Python applications. Ray consists of a core distributed runtime and a set of AI Libraries for accelerating ML workloads.

Home Page:https://ray.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Serve] Cannot specify `setup_timeout_seconds` with container runtime env

csreesan opened this issue · comments

What happened + What you expected to happen

When trying to specify setup_timeout_seconds while using container runtime_env this exception is thrown:

The 'container' field currently cannot be used together with other fields of runtime_env. Specified fields: dict_keys(['container', 'config'])

Expect to be able to specify this field when using container runtime_env.

Versions / Dependencies

We are using Ray Serve with Ray Operator 1.0.0 and Ray 2.10

Reproduction script

Specifying both container and config in the runtime_env

Issue Severity

High: It blocks me from completing my task.