Skip to content

Commit 4a3f007

Browse files
authored
dmr-enable (#22385)
<!--Delete sections as needed --> ## Description https://dockercommunity.slack.com/archives/G0M5L8HKM/p1744114085379989?thread_ts=1744113337.599399&cid=G0M5L8HKM <!-- Related issues, pull requests, or Jira tickets --> ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review
1 parent 49328ef commit 4a3f007

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

content/manuals/desktop/features/gordon/_index.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -102,15 +102,19 @@ Ask Gordon is not enabled by default. To enable the feature:
102102

103103
After signing in to your Docker Account, enable the Docker AI feature:
104104

105-
1. Open the **Settings** view in Docker Desktop.
106-
2. Navigate to **Features in development**.
107-
3. Check the **Enable Docker AI** checkbox.
105+
1. Navigate to the **Features in development** tab in settings.
106+
2. Under the **Experimental features** tab, select **Access experimental features**.
107+
3. Select **Apply and restart**.
108+
4. Quit and reopen Docker Desktop to ensure the changes take effect.
109+
5. Open the **Settings** view in Docker Desktop.
110+
6. Navigate to **Features in development**.
111+
7. From the **Beta** tab, check the **Enable Docker AI** checkbox.
108112

109113
The Docker AI terms of service agreement is displayed. You must agree to the
110114
terms before you can enable the feature. Review the terms and select **Accept
111115
and enable** to continue.
112116

113-
4. Select **Apply & restart**.
117+
8. Select **Apply & restart**.
114118

115119
## Using Ask Gordon
116120

content/manuals/desktop/features/model-runner.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,15 @@ The Docker Model Runner plugin lets you:
2121

2222
Models are pulled from Docker Hub the first time they're used and stored locally. They're loaded into memory only at runtime when a request is made, and unloaded when not in use to optimize resources. Since models can be large, the initial pull may take some time — but after that, they're cached locally for faster access. You can interact with the model using [OpenAI-compatible APIs](#what-api-endpoints-are-available).
2323

24-
Docker Model Runner is enabled by default in Docker Desktop.
24+
## Enable Docker Model Runner
25+
26+
1. Navigate to the **Features in development** tab in settings.
27+
2. Under the **Experimental features** tab, select **Access experimental features**.
28+
3. Select **Apply and restart**.
29+
4. Quit and reopen Docker Desktop to ensure the changes take effect.
30+
5. Open the **Settings** view in Docker Desktop.
31+
6. Navigate to **Features in development**.
32+
7. From the **Beta** tab, check the **Enable Docker Model Runner** setting.
2533

2634
## Available commands
2735

0 commit comments

Comments
 (0)