flyte
flyte copied to clipboard
[BUG] Ray Plugin RuntimeEnv isn't propagating to RayJob CRD
Describe the bug
When specifying the runtime_env for a task, the runtimeEnvYAML field is unset in the created Ray Job on K8s i.e the CRD.
The
Expected behavior
For the end-user to have the ability to pass the runtime_env as a dictionary as part of the RayJobConfig.
Additional context to reproduce
Follow the example in the official Flyte documentation located here.
Additionally, tried performing a json.dumps(runtime_env) and passing it. The code accepts this; however, it is not propagated down.
Screenshots
No response
Are you sure this issue hasn't been raised already?
- [X] Yes
Have you read the Code of Conduct?
- [X] Yes