Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 24, 2023
1 parent 008bbc9 commit ffe3a9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/src/core/tasks/executors/Function.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ def _setup_python_container(self):
shutil.copytree(OWE_PYTHON_SDK_DIR, owe_python_sdk_local_path, dirs_exist_ok=True)

# entrypoint_cmd = f"python3 {entrypoint_py} 2> {stderr} 1> {stdout}"
entrypoint_cmd = f"python3"
entrypoint_cmd = f"sleep 60m"
args = [f"{install_cmd} {entrypoint_cmd}"]

return ContainerDetails(
Expand Down

0 comments on commit ffe3a9f

Please sign in to comment.