Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 6 additions & 7 deletions layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,21 +162,20 @@ <h2 class="font-medium">Gen AI catalog {{ partial
<div class="flex flex-col gap-12">
<div class="flex flex-col gap-4">
<h2 class="font-medium">
Ask Gordon
Docker Model Runner
{{ partial "components/badge.html" (dict "color" "blue" "content" "Beta") }}
</h2>
<p class="text-xl">
Your personal Docker expert, built right into Docker Desktop.
Run, test, and serve AI models locally in seconds — no setup, no hassle.
</p>
<p>
Boost your productivity with Ask Gordon, an AI-powered
assistant designed to optimize your Docker workflows. From
improving Dockerfiles to troubleshooting containers, Gordon
is here to help.
Whether you’re experimenting with the latest LLMs or deploying to production,
Docker Model Runner brings the performance and control you need, without the friction.

</p>
</div>
<div class="flex flex-col xl:flex-row gap-4 items-start">
<a href="/desktop/features/gordon/"
<a href="/desktop/features/model-runner/"
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>
</div>
</div>
Expand Down