You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/ai/model-runner/_index.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,6 +131,10 @@ Use the [`docker model log` command](/reference/cli/docker/).
131
131
132
132
## Publish a model
133
133
134
+
> [!NOTE]
135
+
>
136
+
> This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.
137
+
134
138
You can tag existing models with a new name and publish them under a different namespace and repository:
135
139
136
140
```console
@@ -142,7 +146,6 @@ $ docker model push myorg/smollm2
142
146
```
143
147
144
148
For more details, see the [`docker model tag`](/reference/cli/docker/model/tag) and [`docker model push`](/reference/cli/docker/model/push) command documentation.
145
-
Note: This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.
146
149
147
150
You can also directly package a model file in GGUF format as an OCI Artifact and publish it to Docker Hub.
0 commit comments