Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Packaging modules as single package with extra (data-prep-kit[ray,spark] and data-prep-kit-tranforms[all, ray, etc.]) #674

Closed
wants to merge 16 commits into from

Commits on Oct 6, 2024

  1. added single package for data-prep-kit with extra[dev,ray,spak]

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    bedc179 View commit details
    Browse the repository at this point in the history
  2. Crate a single package with [all,ray,code_quality,etc.]

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    c6514d5 View commit details
    Browse the repository at this point in the history
  3. fix typos

    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    552b5fc View commit details
    Browse the repository at this point in the history
  4. fix typo

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    05b9c85 View commit details
    Browse the repository at this point in the history
  5. Added requirements.txt to dockerfile

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    37454af View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    46ba795 View commit details
    Browse the repository at this point in the history
  7. pip install python requirments from txt file

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    d52701b View commit details
    Browse the repository at this point in the history
  8. copy requiremwnts.txt if prsent

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    8e77eb7 View commit details
    Browse the repository at this point in the history
  9. try to install requirements file directly.

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    4e62fb0 View commit details
    Browse the repository at this point in the history
  10. Apply same fix as for python image. For some reason, in this image we…

    … need to install the rquirements.txt seperately
    
    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    0ada456 View commit details
    Browse the repository at this point in the history
  11. prevent kfp-workflow from installing local requirements found in /tra…

    …nsforms folder
    
    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    81fdd0f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    5bca3f9 View commit details
    Browse the repository at this point in the history
  2. change author name for pyproject.tml

    Signed-off-by: Maroun Touma <touma@us.ibm.com>
    touma-I committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    df99886 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Consistency of installing new pip installs
    shahrokhDaijavad authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    5b4572b View commit details
    Browse the repository at this point in the history
  4. Update quick-start.md

    New pip install option for Ray
    shahrokhDaijavad authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    e641e49 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Use "all" option for the new pip install
    shahrokhDaijavad authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    0e7b710 View commit details
    Browse the repository at this point in the history