mirror of
https://github.com/vale981/ray
synced 2025-03-10 13:26:39 -04:00
This reverts commit 0a7ba95e42
.
This commit is contained in:
parent
b65bc65c1a
commit
17159c0219
1 changed files with 0 additions and 7 deletions
|
@ -117,13 +117,6 @@ class RuntimeEnvDict:
|
||||||
self._dict["working_dir"] = runtime_env_json["working_dir"]
|
self._dict["working_dir"] = runtime_env_json["working_dir"]
|
||||||
else:
|
else:
|
||||||
self._dict["working_dir"] = None
|
self._dict["working_dir"] = None
|
||||||
|
|
||||||
if "uris" in runtime_env_json:
|
|
||||||
self._dict["uris"] = runtime_env_json["uris"]
|
|
||||||
|
|
||||||
if "_ray_release" in runtime_env_json:
|
|
||||||
self._dict["_ray_release"] = runtime_env_json["_ray_release"]
|
|
||||||
|
|
||||||
# TODO(ekl) we should have better schema validation here.
|
# TODO(ekl) we should have better schema validation here.
|
||||||
# TODO(ekl) support py_modules
|
# TODO(ekl) support py_modules
|
||||||
# TODO(architkulkarni) support env_vars, docker
|
# TODO(architkulkarni) support env_vars, docker
|
||||||
|
|
Loading…
Add table
Reference in a new issue