Introduction
A Docker Model Runner is a framework to run a model at scale within Dais.
A model (or more specifically a Docker Model in Dais terminology) is a special
container that has
an attribute type: "model". Unlike a Persistent Service, a Docker Model is
short-lived and is started on-demand one model run at a time. This allows for a
framework with high degree of concurrency.