From e1bf8a6f4dc172345fe4b56d6fe6f853caf2c0a0 Mon Sep 17 00:00:00 2001 From: chris454656 <166201621+chris454656@users.noreply.github.com> Date: Wed, 18 Sep 2024 19:04:17 +0800 Subject: [PATCH] Update hello_world.sh Signed-off-by: chris --- Kubeflow_Pipelines/hello_world.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kubeflow_Pipelines/hello_world.sh b/Kubeflow_Pipelines/hello_world.sh index b7218ec5efbb..1aafdeaeab65 100644 --- a/Kubeflow_Pipelines/hello_world.sh +++ b/Kubeflow_Pipelines/hello_world.sh @@ -25,4 +25,4 @@ popd # The -u flag makes python output unbuffered, so that we can see real time log. # Reference: https://stackoverflow.com/a/107717 -python3 -u ./sample.py \ No newline at end of file +python3 -u ./Kubeflow_Pipelines/sample.py