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

Add imageSpec to structured_dataset.py #1708

Merged
merged 5 commits into from
Jul 17, 2024

Conversation

pingsutw
Copy link
Member

pandas, pyarrow, numpy have been removed from flytekit dependencies, so we should add an ImageSpec to install those dependencies in the image.

@@ -19,10 +19,16 @@
from typing_extensions import Annotated


image_spec = ImageSpec(
Copy link
Member Author

@pingsutw pingsutw Jul 16, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It will use the latest flytekit image as default base image.

Signed-off-by: Kevin Su <[email protected]>
andrewwdye
andrewwdye previously approved these changes Jul 16, 2024
@@ -18,11 +18,16 @@
)
from typing_extensions import Annotated

image_spec = ImageSpec(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any other examples that need updating, or just this one?

Signed-off-by: Kevin Su <[email protected]>
Signed-off-by: Kevin Su <[email protected]>
andrewwdye
andrewwdye previously approved these changes Jul 17, 2024
Signed-off-by: Kevin Su <[email protected]>
Copy link
Member

@Future-Outlier Future-Outlier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@Future-Outlier Future-Outlier merged commit 783a180 into master Jul 17, 2024
56 checks passed
@Future-Outlier Future-Outlier deleted the update-structured-dataset branch July 17, 2024 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants