mirror of https://github.com/docker/docs.git
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
This commit is contained in:
parent
00297fd8e3
commit
d111b09ddb
|
@ -162,21 +162,20 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue