NVIDIA / NeMo-Aligner

Scalable toolkit for efficient model alignment
Apache License 2.0
620 stars 78 forks source link

fix: Dockerfile now correctly updates aligner in incremental aligner-bump target #323

Closed terrykong closed 1 month ago

terrykong commented 1 month ago

What does this PR do ?

Fixes the incremental build which wasn't bumping aligner

docker buildx build --build-arg=BASE_IMAGE=nvcr.io/nvidia/nemo:24.07 --target=aligner-bump -t aligner:latest https://github.com/NVIDIA/NeMo-Aligner.git#tk/0.5/dockerfile-fix

Changelog

Usage

# Add a code snippet demonstrating how to use this 

Before your PR is "Ready for review"

Pre checks:

Checklist when contributing a new algorithm

Additional Information