Skip to content

Commit 6be55cd

Browse files
authored
dmr: docker model package (#22663)
<!--Delete sections as needed --> ## Description Add `docker model package` <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [X] Technical review - [X] Editorial review - [ ] Product review
1 parent 91eaa59 commit 6be55cd

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,16 @@ Citrix
1515
CloudFront
1616
Codefresh
1717
Codespaces
18-
CouchDB
1918
Couchbase
19+
CouchDB
2020
Datadog
2121
Ddosify
2222
Debootstrap
2323
Dev
24-
Dex
2524
Dev Environments?
25+
Dex
2626
Django
27+
DMR
2728
Docker Build Cloud
2829
Docker Business
2930
Docker Dasboard
@@ -33,8 +34,8 @@ Docker Extension
3334
Docker Hub
3435
Docker Scout
3536
Docker Team
36-
Docker's
3737
Docker-Sponsored Open Source
38+
Docker's
3839
Dockerfile
3940
Dockerize
4041
Dockerizing
@@ -44,54 +45,55 @@ Fargate
4445
Fedora
4546
Flink
4647
GeoNetwork
48+
GGUF
4749
Git
4850
GitHub( Actions)?
4951
Google
5052
Grafana
5153
Gravatar
5254
HyperKit
53-
IPv[46]
54-
IPvlan
5555
Intel
5656
Intune
57-
JFrog
57+
IPv[46]
58+
IPvlan
5859
Jamf
5960
JetBrains
61+
JFrog
6062
JUnit
6163
Kerberos
6264
Kitematic
6365
Kubeadm
6466
Kubernetes
65-
Laravel
6667
Laradock
68+
Laravel
6769
Linux
6870
LinuxKit
6971
Logstash
7072
Mac
7173
Mail(chimp|gun)
7274
Microsoft
7375
MySQL
74-
NFSv\d
7576
Netplan
77+
NFSv\d
7678
Nginx
7779
Nutanix
7880
Nuxeo
7981
OAuth
82+
Okta
8083
Ollama
8184
OTel
82-
Okta
83-
PKG
8485
Paketo
86+
PKG
8587
Postgres
8688
PowerShell
8789
Python
8890
Ryuk
8991
S3
90-
SQLite
9192
Slack
9293
Snyk
9394
Solr
9495
SonarQube
96+
SQLite
9597
Syft
9698
Sysbox
9799
Sysdig

content/manuals/ai/model-runner.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -215,6 +215,18 @@ Output:
215215
Model <model> removed successfully
216216
```
217217

218+
### Package a model
219+
220+
Packages a GGUF file into a Docker model OCI artifact, with optional licenses, and pushes it to the specified registry.
221+
222+
```console
223+
$ docker model package \
224+
--gguf ./model.gguf \
225+
--licenses license1.txt \
226+
--licenses license2.txt \
227+
--push registry.example.com/ai/custom-model
228+
```
229+
218230
## Integrate the Docker Model Runner into your software development lifecycle
219231

220232
You can now start building your Generative AI application powered by the Docker Model Runner.

0 commit comments

Comments
 (0)