-
Notifications
You must be signed in to change notification settings - Fork 25
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
Datacomp submission improvement #586
Conversation
@@ -11,7 +11,7 @@ RUN pip3 install --no-cache-dir -r requirements.txt | |||
|
|||
# Install Fondant | |||
# This is split from other requirements to leverage caching | |||
ARG FONDANT_VERSION=main | |||
ARG FONDANT_VERSION=0.6.2 |
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.
Should we really change the Dockerfile? I think we can fix the version by using the fondant build command, right?
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.
right I just saw the build args command, I will revert it back
@@ -1,6 +1,6 @@ | |||
name: Filter CLIP score | |||
description: Component that filters out bad captions (Empty captions, Captions with weird characters, Captions that are dates) | |||
image: fndnt/filter_clip_score:dev | |||
image: fndnt/filter_clip_score:0.6.2 |
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.
We'll have to check if we still want to use the fndnt
registry for the custom components in the examples.
PR that updates the datacomp pipeline setting to be reusable. After this PR is merged, I will move the datacomp to a separate repo