Skip to content

Commit

Permalink
Merge pull request #31 from redhat-ai-services/use-base-image
Browse files Browse the repository at this point in the history
add BASE_IMAGE env variable so the kfp uses the correct base image
  • Loading branch information
diego-torres authored Jun 12, 2024
2 parents 3f34079 + 5110a54 commit 1c51c26
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 1c51c26

Please sign in to comment.