Skip to content

Commit

Permalink
Minor fix.
Browse files Browse the repository at this point in the history
Signed-off-by: Revital Sur <[email protected]>
  • Loading branch information
revit13 committed Jan 13, 2025
1 parent bdc945c commit 6f85734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions transforms/universal/noop/kfp_ray/noop_wf.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
base_kfp_image = "quay.io/dataprep1/data-prep-kit/kfp-data-processing:latest"

# path to kfp component specifications files
comp_path = os.getenv("KFP_COMPONENT_SPEC_PATH", "../../../../")
component_spec_path = comp_path + "kfp/kfp_ray_components/"
component_spec_path = os.getenv("KFP_COMPONENT_SPEC_PATH", "../../../../kfp/kfp_ray_components/")

# compute execution parameters. Here different transforms might need different implementations. As
# a result, instead of creating a component we are creating it in place here.
Expand Down

0 comments on commit 6f85734

Please sign in to comment.