
Docker Pull
CertifiedPull a model via Docker Model Runner
Docker Pull
Certified
Pull a model via Docker Model Runner
Pulls a model from a registry using the Docker Model Runner (DMR) REST API. The model is streamed line by line; each status line is logged at debug level, and a summary is logged at info level once the pull completes. Throws if any line contains an error field or if the server returns a non-2xx response.
yaml
type: io.kestra.plugin.docker.model.PullExamples
Pull a model with Docker Model Runner
yaml
id: docker_model_pull
namespace: company.team
tasks:
- id: pull
type: io.kestra.plugin.docker.model.Pull
model: ai/smollm2
Properties
model *Requiredstring
Model identifier
The model to pull, e.g. ai/smollm2 or hf.co/org/repo.
host string
Default
http://localhost:12434Docker Model Runner host
Base URL of the Docker Model Runner REST API. Override when DMR is exposed on a non-default address.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.