You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/manuals/ai/model-runner.md
+2-10Lines changed: 2 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -40,19 +40,11 @@ Models are pulled from Docker Hub the first time they're used and stored locally
40
40
4. Quit and reopen Docker Desktop to ensure the changes take effect.
41
41
5. Open the **Settings** view in Docker Desktop.
42
42
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.
44
45
45
46
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.
46
47
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:
0 commit comments