Skip to content

Commit

Permalink
add BASE_IMAGE env variable so the kfp uses the correct base image
Browse files Browse the repository at this point in the history
  • Loading branch information
strangiato committed Jun 10, 2024
1 parent 3f34079 commit 5110a54
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ spec:
env:
- name: KUBEFLOW_ENDPOINT
value: $(inputs.params.KUBEFLOW_ENDPOINT)
- name: BASE_IMAGE
value: $(inputs.params.IMAGE):$(inputs.params.TAG)
script: |
python $(inputs.params.SCRIPT)

0 comments on commit 5110a54

Please sign in to comment.