Skip to content

Commit dc01252

Browse files
authored
dmr: update install instructions (#22732)
1 parent 585e4cb commit dc01252

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

content/manuals/ai/model-runner.md

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -40,19 +40,11 @@ Models are pulled from Docker Hub the first time they're used and stored locally
4040
4. Quit and reopen Docker Desktop to ensure the changes take effect.
4141
5. Open the **Settings** view in Docker Desktop.
4242
6. Navigate to **Features in development**.
43-
7. From the **Beta** tab, check the **Enable Docker Model Runner** setting.
43+
7. From the **Beta** tab, tick the **Enable Docker Model Runner** setting.
44+
8. If you are running on Windows with a supported NVIDIA GPU, you should also see and be able to tick the **Enable GPU-backed inference** setting.
4445

4546
You can now use the `docker model` command in the CLI and view and interact with your local models in the **Models** tab in the Docker Desktop Dashboard.
4647

47-
### Enable DMR in Docker Engine
48-
49-
1. Ensure you have installed [Docker Engine](/engine/install/).
50-
2. DMR is available as a package. To install it, run:
51-
52-
```console
53-
apt install docker-model-plugin
54-
```
55-
5648
## Available commands
5749

5850
### Model runner status

0 commit comments

Comments
 (0)