Synopsis
ramalama push [options] model [target]Description
Push specified AI Model (OCI-only at present) The model can be from RamaLama model storage in Huggingface, Ollama, or OCI Model format. The model can also just be a model stored on disk. Users can convert without pushing using theramalama convert command.
Options
—authfile=password
path of the authentication file for OCI registries—help, -h
Print usage message—network=none
sets the configuration for network namespaces when handling RUN instructions—tls-verify=true
require HTTPS and verify certificates when contacting OCI registries—type=raw | car
type of OCI Model Image to push.| Type | Description |
|---|---|
| car | Includes base image with the model stored in a /models subdir |
| raw | Only the model and a link file model.file to it stored at / |
EXAMPLE
Push and OCI model to registrySee Also
ramalama(1), ramalama-convert(1)Aug 2024, Originally compiled by Eric Curtin <ecurtin@redhat.com>
