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/_index.md
+7-9Lines changed: 7 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -35,15 +35,13 @@ Models are pulled from Docker Hub the first time they're used and stored locally
35
35
36
36
## Enable Docker Model Runner
37
37
38
-
1. Navigate to the **Features in development** tab in settings.
39
-
2. Under the **Experimental features** tab, select **Access experimental features**.
40
-
3. Select **Apply and restart**.
41
-
4. Quit and reopen Docker Desktop to ensure the changes take effect.
42
-
5. Open the **Settings** view in Docker Desktop.
43
-
6. Navigate to **Features in development**.
44
-
7. From the **Beta** tab, check the **Enable Docker Model Runner** setting.
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.
38
+
1. In Docker Desktop, open the settings and select **Beta features**.
39
+
2. Select **Enable Docker Model Runner** and **Enable host-side TCP support**.
40
+
3. Select **Apply and restart** and select **Close**.
41
+
42
+
The **Models** menu is now available. You can also use the `docker model`
43
+
command in the CLI and view and interact with your local models in the
0 commit comments