Skip to content

ci: fix issues with the container image by adding some sanity checks before pushing#670

Merged
dushyantbehl merged 1 commit intofoundation-model-stack:mainfrom
HarikrishnanBalagopal:fix/testimage
Mar 9, 2026
Merged

ci: fix issues with the container image by adding some sanity checks before pushing#670
dushyantbehl merged 1 commit intofoundation-model-stack:mainfrom
HarikrishnanBalagopal:fix/testimage

Conversation

@HarikrishnanBalagopal
Copy link
Copy Markdown
Contributor

@HarikrishnanBalagopal HarikrishnanBalagopal commented Mar 5, 2026

Description of the change

[haribala@aiplatformwh ~]$ docker run --rm -it --entrypoint which quay.io/foundation-model-stack/fms-hf-tuning:main-nvcr-latest ls
/usr/bin/ls
[haribala@aiplatformwh ~]$ echo $?
0
[haribala@aiplatformwh ~]$ docker run --rm -it --entrypoint which quay.io/foundation-model-stack/fms-hf-tuning:main-nvcr-latest accelerate
[haribala@aiplatformwh ~]$ echo $?
1

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
Copy Markdown

github-actions Bot commented Mar 5, 2026

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

…before pushing

Signed-off-by: Harikrishnan Balagopal <harikrishmenon@gmail.com>
@HarikrishnanBalagopal HarikrishnanBalagopal changed the title cicd: fix issues with the container image by adding some sanity checks before pushing ci: fix issues with the container image by adding some sanity checks before pushing Mar 5, 2026
@github-actions github-actions Bot added the ci label Mar 5, 2026
@dushyantbehl
Copy link
Copy Markdown
Collaborator

/build

Copy link
Copy Markdown
Collaborator

@dushyantbehl dushyantbehl left a comment

Choose a reason for hiding this comment

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

LGTM

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 5, 2026

Build succeeded for 5da0a62 (NVCR image)

View run

@dushyantbehl dushyantbehl merged commit 4716bfe into foundation-model-stack:main Mar 9, 2026
9 of 10 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