You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?