Skip to content

Conversation

@dushyantbehl
Copy link
Collaborator

@dushyantbehl dushyantbehl commented Dec 18, 2025

Description of the change

This PR fixes the image build and push plan for the stack by making some clear choices -

  1. Main Branch ->
  • Used for day to day commits
  • On every push (or commit) -> builds and pushes the nvcr image under fms-hf-tuning-dev:latest
  • Developers can use main images for testing
  1. Release Branch ->
  • Used to manage pypi releases
  • On every pull request -> checks the build of UBI9 images
  • On every push -> builds and pushes the UBI9 images under fms-hf-tuning:latest
  • Release images are to be used for product.
  1. Any tag ->
  • On every tag push / gh release publish -> builds and pushes the nvcr image

Related issue number

How to verify the PR

Was the PR tested

  • I have added >=1 unit test(s) for every new method I have added.
  • I have ensured all unit tests pass

@github-actions
Copy link

Thanks for making a pull request! 😃
One of the maintainers will review and advise on the next steps.

@github-actions github-actions bot added the chore label Dec 18, 2025
Signed-off-by: Dushyant Behl <dushyantbehl@in.ibm.com>
change image names to be standards
fix nvcr dockerfile

Signed-off-by: Dushyant Behl <dushyantbehl@in.ibm.com>
Signed-off-by: Dushyant Behl <dushyantbehl@in.ibm.com>
ashokponkumar
ashokponkumar previously approved these changes Dec 18, 2025
Signed-off-by: Dushyant Behl <dushyantbehl@in.ibm.com>
@dushyantbehl dushyantbehl merged commit b3a8a78 into foundation-model-stack:main Dec 18, 2025
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants