-
Notifications
You must be signed in to change notification settings - Fork 174
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
Update all transforms to use single package library with [extra] #735
Merged
Merged
Changes from 11 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a1de972
Use extra packages when building venv and dockerfile
touma-I c254268
test changes with doc chunk
touma-I 8551b38
use dev1 for initial testing- WIll have to move to run set-versions a…
touma-I db1c389
Update dockerfiles and dependencies for all existing transforms
touma-I fdee6a7
addional fixes for spark stuff
touma-I 61fec0b
Use extra for spark
touma-I 7d01b99
Fixed makefile for spark environment
touma-I 993d786
CHange kfp ray image to use wheel for library
touma-I 0f40c8a
Breakout steps for testing image
touma-I c446a2e
fix spark image build
touma-I 925d0b5
fix typo in dockerfile
touma-I 03b8e06
Update transforms/universal/hap/ray/Dockerfile
touma-I 69187b3
Update transforms/language/text_encoder/ray/Dockerfile
touma-I c7e0cfe
Fix multiple include of makefile
touma-I 2920c9e
Merge branch 'dev' into fix-dpk-pyprojects
touma-I 5ff6c37
merge with dev and restore hap/kfp_ray
touma-I 351c1e0
restore kfp folder as it was working before merge
touma-I 10dcb89
remove pipeline definitions trying to understand what is going on wit…
touma-I e7625ef
Disable kfp for hap. It will be addressed in a follow-up PR
touma-I 88438d1
fix Dockerfile users
touma-I 1b84023
use more appropriate name for dpk wheel
touma-I File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ publish:: publish-dist | |
|
||
publish-dist :: .check-env .defaults.publish-dist | ||
|
||
venv:: pyproject.toml | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. should this now depend on requirements.txt |
||
venv:: | ||
$(MAKE) .defaults.ray-lib-src-venv | ||
pip install moto==5.0.5 markupsafe==2.0.1 | ||
|
||
|
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
requirements.txt?