@@ -154,7 +154,9 @@ Models are cached locally.
154
154
{{< tab name="From Docker Desktop">}}
155
155
156
156
1 . Select ** Models** and select the ** Docker Hub** tab.
157
- 2 . Find the model of your choice and select ** Pull** .
157
+ 1 . Find the model of your choice and select ** Pull** .
158
+
159
+ ![ screencapture of the Docker Hub view] ( ./images/dmr-catalog.png )
158
160
159
161
{{< /tab >}}
160
162
{{< tab name="From the Docker CLI">}}
@@ -177,8 +179,10 @@ docker model pull hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
177
179
{{< tabs group="release" >}}
178
180
{{< tab name="From Docker Desktop">}}
179
181
180
- Select ** Models** and select the ** Local** tab and click the play button.
181
- The interactive chat screen opens.
182
+ 1 . Select ** Models** and select the ** Local** tab
183
+ 1 . Click the play button. The interactive chat screen opens.
184
+
185
+ ![ screencapture of the Local view] ( ./images/dmr-run.png )
182
186
183
187
{{< /tab >}}
184
188
{{< tab name="From the Docker CLI" >}}
@@ -197,6 +201,8 @@ To troubleshoot potential issues, display the logs:
197
201
198
202
Select ** Models** and select the ** Logs** tab.
199
203
204
+ ![ screencapture of the Models view] ( ./images/dmr-logs.png )
205
+
200
206
{{< /tab >}}
201
207
{{< tab name="From the Docker CLI">}}
202
208
@@ -211,7 +217,7 @@ Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
211
217
>
212
218
> This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.
213
219
214
- You can tag existing models with a new name and publish them under a different namespace and repository:
220
+ You can tag existing models with a new name and publish them under a different namespaceand repository:
215
221
216
222
``` console
217
223
# Tag a pulled model under a new name
0 commit comments