@@ -154,7 +154,9 @@ Models are cached locally.
154154{{< tab name="From Docker Desktop">}}
155155
1561561 . 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 )
158160
159161{{< /tab >}}
160162{{< tab name="From the Docker CLI">}}
@@ -177,8 +179,10 @@ docker model pull hf.co/bartowski/Llama-3.2-1B-Instruct-GGUF
177179{{< tabs group="release" >}}
178180{{< tab name="From Docker Desktop">}}
179181
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 )
182186
183187{{< /tab >}}
184188{{< tab name="From the Docker CLI" >}}
@@ -197,6 +201,8 @@ To troubleshoot potential issues, display the logs:
197201
198202Select ** Models** and select the ** Logs** tab.
199203
204+ ![ screencapture of the Models view] ( ./images/dmr-logs.png )
205+
200206{{< /tab >}}
201207{{< tab name="From the Docker CLI">}}
202208
@@ -211,7 +217,7 @@ Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
211217>
212218> This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.
213219
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:
215221
216222``` console
217223# Tag a pulled model under a new name
0 commit comments