some of our cli commands rely on a container image being used, for example, to submit an aml job. the current approach is adding calls to build an image at the top of these commands, but leading to a lot of layered assumptions that are often difficult to define.
how can we take the building and versioning of images out of the rats.aml module without making the experience worse?
some of our cli commands rely on a container image being used, for example, to submit an aml job. the current approach is adding calls to build an image at the top of these commands, but leading to a lot of layered assumptions that are often difficult to define.
how can we take the building and versioning of images out of the rats.aml module without making the experience worse?