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

fix(BA-889): remove incorrect TensorFlow image metadata #3287

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

rapsealk
Copy link
Member

@rapsealk rapsealk commented Mar 3, 2025

Follow-up of #2615 and resolves #3286 (BA-889)

This pull request removes incorrect TensorFlow image metadata below:

{"tf24": "TensorFlow 24"}

This does not add any replacement as the metadata already includes default fallback as:

{"^(tf)([0-9.]*)$": "TensorFlow $2"}

@github-actions github-actions bot added the size:XS ~10 LoC label Mar 3, 2025
Copy link
Member Author

rapsealk commented Mar 3, 2025


How to use the Graphite Merge Queue

Add either label to this PR to merge it via the merge queue:

  • flow:merge-queue - adds this PR to the back of the merge queue
  • flow:hotfix - for urgent hot fixes, skip the queue and merge this PR next

You must have a Graphite account in order to use the merge queue. Sign up using this link.

An organization admin has required the Graphite Merge Queue in this repository.

Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue.

This stack of pull requests is managed by Graphite. Learn more about stacking.

@rapsealk rapsealk marked this pull request as ready for review March 3, 2025 22:01
@rapsealk rapsealk requested review from yomybaby and Copilot March 3, 2025 23:09

Choose a reason for hiding this comment

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

Copilot reviewed 1 out of 1 changed files in this pull request and generated no comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
size:XS ~10 LoC
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix TensorFlow image metadata
1 participant