IBM / data-prep-kit

Open source project for data preparation of LLM application builders
https://ibm.github.io/data-prep-kit/
Apache License 2.0
327 stars 137 forks source link

[Bug] Updating transformer versions requires deployment relevant docker images #225

Closed roytman closed 3 months ago

roytman commented 5 months ago

Search before asking

Component

Other

What happened + What you expected to happen

Most of the transformer versions were recently updated by https://github.com/IBM/data-prep-kit/pull/213, but the relevant images were not created. As a result, KFP pipelines cannot find the image and fail.

Reproduction script

Create a new KFP pipeline e.g. noop and try to execute it.

Anything else

No response

OS

Red Hat Enterprise Linux (RHEL)

Python

3.10.x

Are you willing to submit a PR?

roytman commented 3 months ago

fixed by https://github.com/IBM/data-prep-kit/pull/370