To enable Konflux builds, the Dockerfile has been changed to a single stage build. As far as I can tell, this does not change the size of the produced artifact, it is ~6GB in both the single and multi-stage format.
How Has This Been Tested?
Merge criteria:
[ ] The commits are squashed in a cohesive manner and have meaningful messages.
[ ] Testing instructions have been added in the PR body (for PRs involving changes that are not immediately obvious).
[ ] The developer has manually tested the changes and verified that the changes work
The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
- **[OWNERS](https://github.com/opendatahub-io/caikit-nlp/blob/main/OWNERS)**
Approvers can indicate their approval by writing `/approve` in a comment
Approvers can cancel approval by writing `/approve cancel` in a comment
Description
To enable Konflux builds, the Dockerfile has been changed to a single stage build. As far as I can tell, this does not change the size of the produced artifact, it is ~6GB in both the single and multi-stage format.
How Has This Been Tested?
Merge criteria: