mirror of
https://github.com/vale981/ray
synced 2025-03-06 10:31:39 -05:00
![]() This PR adds the API `setRuntimeEnv` for submitting a normal task, for the usage: ```java RuntimeEnv runtimeEnv = new RuntimeEnv.Builder() .addEnvVar("KEY1", "A") .build(); /// Return `A` Ray.task(RuntimeEnvTest::getEnvVar, "KEY1").setRuntimeEnv(runtimeEnv).remote().get(); ``` |
||
---|---|---|
.. | ||
src/main | ||
pom_template.xml |