Deployment workflow and container expectations
A container image is the unit of deployment here, so the buyer inherits the build: base image, dependency set, and handler wiring are all theirs to maintain. Alternatives differ on where that work sits. Some accept a Dockerfile but will also construct the image from a Python declaration, removing the separate build step. Others skip packaging altogether for models already in their catalogue, which suits a team that wants a published model rather than its own code on a GPU. Before switching, check whether an existing container build carries over unchanged, whether the platform imposes its own base image or handler signature, and how a dependency change travels from a commit to a running endpoint.