Skip to content

Commit 34f8b55

Browse files
committed
ENGDOCS-2572
1 parent 8339b44 commit 34f8b55

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ If you have concerns about data collection or usage, you can
9797

9898
9. Select **Apply & restart**.
9999

100+
You can also enable Ask Gordon from the **Ask Gordon** tab if you have selected the **Access experimental features** setting. Simply select the **Enable Ask Gordon** button, and then accept the Docker AI terms of service agreement.
101+
100102
## Using Ask Gordon
101103

102104
The primary interfaces to Docker's AI capabilities are through the **Ask

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ The Docker Model Runner plugin lets you:
1717
- [Pull models from Docker Hub](https://hub.docker.com/u/ai)
1818
- Run AI models directly from the command line
1919
- Manage local models (add, list, remove)
20-
- Interact with models using a submitted prompt or in chat mode
20+
- Interact with models using a submitted prompt or in chat mode in the CLI or Docker Desktop Dashboard
21+
- Push models to Docker Hub
2122

2223
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).
2324

@@ -31,6 +32,8 @@ Models are pulled from Docker Hub the first time they're used and stored locally
3132
6. Navigate to **Features in development**.
3233
7. From the **Beta** tab, check the **Enable Docker Model Runner** setting.
3334

35+
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.
36+
3437
## Available commands
3538

3639
### Model runner status
@@ -84,6 +87,8 @@ Downloaded: 257.71 MB
8487
Model ai/smollm2 pulled successfully
8588
```
8689

90+
The models also display in the Docker Desktop Dashboard.
91+
8792
### List available models
8893

8994
Lists all models currently pulled to your local environment.
@@ -131,6 +136,16 @@ Hi there! It's SmolLM, AI assistant. How can I help you today?
131136
Chat session ended.
132137
```
133138

139+
> [!TIP]
140+
>
141+
> You can also use chat mode in the Docker Desktop Dashboard when you select the model in the **Models** tab.
142+
143+
### Push a model
144+
145+
```console
146+
docker model push <namespace>/<model>
147+
```
148+
134149
### Remove a model
135150

136151
Removes a downloaded model from your system.

data/summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Docker GitHub Copilot:
145145
Docker Model Runner:
146146
availability: Beta
147147
requires: Docker Desktop 4.40 and later
148-
for: Docker Desktop for Mac with Apple Silicon
148+
for: Docker Desktop for Mac with Apple Silicon or Windows with NVIDIA GPUs
149149
Docker Projects:
150150
availability: Beta
151151
Docker Init:

0 commit comments

Comments
 (0)