Skip to content

Commit

Permalink
final entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
nathandf committed Oct 26, 2023
1 parent b784ebc commit 5831bc5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/engine/src/core/tasks/executors/Function.py
Original file line number Diff line number Diff line change
Expand Up @@ -268,8 +268,7 @@ def _setup_python_container(self):
owe_python_sdk_local_path = os.path.join(self.task.work_dir, "src/owe_python_sdk")
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 = "sleep 60m"
entrypoint_cmd = f"python3 {entrypoint_py} 2> {stderr} 1> {stdout}"
args = [f"{install_cmd} {entrypoint_cmd}"]

return ContainerDetails(
Expand Down

0 comments on commit 5831bc5

Please sign in to comment.