Skip to content

Commit ad4f983

Browse files
committed
edit
1 parent 92759d1 commit ad4f983

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

content/manuals/ai/model-runner/_index.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,10 @@ Use the [`docker model log` command](/reference/cli/docker/).
131131

132132
## Publish a model
133133

134+
> [!NOTE]
135+
>
136+
> This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.
137+
134138
You can tag existing models with a new name and publish them under a different namespace and repository:
135139

136140
```console
@@ -142,7 +146,6 @@ $ docker model push myorg/smollm2
142146
```
143147

144148
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.
146149

147150
You can also directly package a model file in GGUF format as an OCI Artifact and publish it to Docker Hub.
148151

0 commit comments

Comments
 (0)