From 93b19e8e59c8b986b54afe23d9dd45473fbcd1c4 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 b7218ec5efb..1aafdeaeab6 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