@@ -104,7 +104,9 @@ Models are cached locally.
104104{{< tab name="From Docker Desktop">}}
105105
1061061 . Select ** Models** and select the ** Docker Hub** tab.
107- 2 . Find the model of your choice and select ** Pull** .
107+ 1 . Find the model of your choice and select ** Pull** .
108+
109+ ![ screencapture of the Docker Hub view] ( ./images/dmr-catalog.png )
108110
109111{{< /tab >}}
110112{{< tab name="From the Docker CLI">}}
@@ -119,8 +121,10 @@ Use the [`docker model pull` command](/reference/cli/docker/model/pull/).
119121{{< tabs group="release" >}}
120122{{< tab name="From Docker Desktop">}}
121123
122- Select ** Models** and select the ** Local** tab and click the play button.
123- The interactive chat screen opens.
124+ 1 . Select ** Models** and select the ** Local** tab
125+ 1 . Click the play button. The interactive chat screen opens.
126+
127+ ![ screencapture of the Local view] ( ./images/dmr-run.png )
124128
125129{{< /tab >}}
126130{{< tab name="From the Docker CLI" >}}
@@ -139,6 +143,8 @@ To troubleshoot potential issues, display the logs:
139143
140144Select ** Models** and select the ** Logs** tab.
141145
146+ ![ screencapture of the Models view] ( ./images/dmr-logs.png )
147+
142148{{< /tab >}}
143149{{< tab name="From the Docker CLI">}}
144150
@@ -153,7 +159,7 @@ Use the [`docker model logs` command](/reference/cli/docker/model/logs/).
153159>
154160> This works for any Container Registry supporting OCI Artifacts, not only Docker Hub.
155161
156- You can tag existing models with a new name and publish them under a different namespace and repository:
162+ You can tag existing models with a new name and publish them under a different namespaceand repository:
157163
158164``` console
159165# Tag a pulled model under a new name
0 commit comments