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
Display the source diff
Display the rich diff
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.
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**.
45
41
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.
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
44
+
**Models** tab in the Docker Desktop Dashboard.
47
45
48
46
## Install a model
49
47
@@ -114,7 +112,7 @@ If you want to try an existing GenAI application, follow these instructions.
114
112
115
113
3. Run `run.sh` for pulling the chosen model and run the app(s):
116
114
117
-
4. Open you app in the browser at the addresses specified in the repository [README](https://github.com/docker/hello-genai).
115
+
4. Open your app in the browser at the addresses specified in the repository [README](https://github.com/docker/hello-genai).
118
116
119
117
You'll see the GenAI app's interface where you can start typing your prompts.
0 commit comments