Skip to content

Commit d111b09

Browse files
authoredApr 14, 2025··
dmr banner (#22422)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 00297fd commit d111b09

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed
 

‎layouts/index.html

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -162,21 +162,20 @@ <h2 class="font-medium">Gen AI catalog {{ partial
162162
<div class="flex flex-col gap-12">
163163
<div class="flex flex-col gap-4">
164164
<h2 class="font-medium">
165-
Ask Gordon
165+
Docker Model Runner
166166
{{ partial "components/badge.html" (dict "color" "blue" "content" "Beta") }}
167167
</h2>
168168
<p class="text-xl">
169-
Your personal Docker expert, built right into Docker Desktop.
169+
Run, test, and serve AI models locally in seconds — no setup, no hassle.
170170
</p>
171171
<p>
172-
Boost your productivity with Ask Gordon, an AI-powered
173-
assistant designed to optimize your Docker workflows. From
174-
improving Dockerfiles to troubleshooting containers, Gordon
175-
is here to help.
172+
Whether you’re experimenting with the latest LLMs or deploying to production,
173+
Docker Model Runner brings the performance and control you need, without the friction.
174+
176175
</p>
177176
</div>
178177
<div class="flex flex-col xl:flex-row gap-4 items-start">
179-
<a href="/desktop/features/gordon/"
178+
<a href="/desktop/features/model-runner/"
180179
class="max-w-fit cursor-pointer rounded bg-blue-light px-4 py-2 text-white transition duration-300 hover:bg-blue-light-400 dark:bg-blue-dark-400 dark:hover:bg-blue-dark">Read the docs</a>
181180
</div>
182181
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.