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
8 changes: 5 additions & 3 deletions content/manuals/ai/model-runner/get-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
keywords: Docker, ai, model runner, setup, installation, getting started
---

Get started with [Docker Model Runner](_index.md).
Docker Model Runner (DMR) lets you run and manage AI models locally using Docker. This page shows you how to enable DMR, pull and run a model, configure model settings, and publish custom models.

## Enable Docker Model Runner

### Enable DMR in Docker Desktop
You can enable DMR using Docker Desktop or Docker Engine. Follow the instructions below based on your setup.

Check warning on line 12 in content/manuals/ai/model-runner/get-started.md

View workflow job for this annotation

GitHub Actions / validate (vale)

[vale] reported by reviewdog 🐶 [Docker.RecommendedWords] Consider using 'following' instead of 'below' Raw Output: {"message": "[Docker.RecommendedWords] Consider using 'following' instead of 'below'", "location": {"path": "content/manuals/ai/model-runner/get-started.md", "range": {"start": {"line": 12, "column": 83}}}, "severity": "INFO"}

### Docker Desktop

1. In the settings view, go to the **AI** tab.
1. Select the **Enable Docker Model Runner** setting.
Expand All @@ -30,7 +32,7 @@
> For Docker Desktop versions 4.45 and earlier, this setting was under the
> **Beta features** tab.

### Enable DMR in Docker Engine
### Docker Engine

1. Ensure you have installed [Docker Engine](/engine/install/).
1. Docker Model Runner is available as a package. To install it, run:
Expand Down