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

Patch: Address Failing Check and Add Config.env Check #25

Merged
merged 3 commits into from
Jan 8, 2025

Conversation

Jdubrick
Copy link
Contributor

@Jdubrick Jdubrick commented Jan 7, 2025

What does this PR do?:

This PR addresses 2 things:

  • Fixes an error where the models/detr-resnet-101 directory was erroring out, there was trailing whitespace in the name and with the gh actions we're using it didn't like it
    • Also updated the default MODEL_URL argument used as we are building from the image directory
  • Added a check for directories that contain a container image file (docker/containerfile) to require them to have the config.env file with metadata used for pushing to quay

Which issue(s) this PR fixes:

N/A, from a conversation here: #22 (comment)

PR acceptance criteria:

Testing and documentation do not need to be complete in order for this PR to be approved. We just need to ensure tracking issues are opened and linked to this PR, if they are not in the PR scope due to various constraints.

  • Tested and Verified

  • Documentation (READMEs, Product Docs, Blogs, Education Modules, etc.)

How to test changes / Special notes to the reviewer:

If we decide we don't want the config.env check that is okay and we can just commit the whitespace fix to enable checks to not fail in the future.

@Jdubrick Jdubrick requested a review from thepetk January 7, 2025 16:32
@Jdubrick Jdubrick marked this pull request as draft January 7, 2025 16:42
@Jdubrick Jdubrick changed the title Patch: Address Failing Check and Add Config.env Check [WIP] Patch: Address Failing Check and Add Config.env Check Jan 7, 2025
Signed-off-by: Jordan Dubrick <[email protected]>
@Jdubrick Jdubrick marked this pull request as ready for review January 7, 2025 16:48
@Jdubrick Jdubrick changed the title [WIP] Patch: Address Failing Check and Add Config.env Check Patch: Address Failing Check and Add Config.env Check Jan 7, 2025
Copy link
Contributor

@thepetk thepetk left a comment

Choose a reason for hiding this comment

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

lgtm

@Jdubrick Jdubrick merged commit 7bf1416 into redhat-ai-dev:main Jan 8, 2025
1 check passed
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.

2 participants