Skip to content

Commit

Permalink
Fix locale environment variables when launching Ray (intel-analytics#…
Browse files Browse the repository at this point in the history
  • Loading branch information
hkvision committed Dec 3, 2020
1 parent 8e61d2a commit 969f108
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions python/orca/src/bigdl/orca/ray/raycontext.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ def _prepare_env(self):
modified_env["PATH"] = "{}:{}".format(executor_python_path, os.environ["PATH"])
else:
modified_env["PATH"] = executor_python_path
modified_env["LC_ALL"] = "C.UTF-8"
modified_env["LANG"] = "C.UTF-8"
modified_env.pop("MALLOC_ARENA_MAX", None)
modified_env.pop("RAY_BACKEND_LOG_LEVEL", None)
# Unset all MKL setting as Analytics Zoo would give default values when init env.
Expand Down

0 comments on commit 969f108

Please sign in to comment.