mirror of https://github.com/docker/docs.git
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
This commit is contained in:
parent
49328efb10
commit
4a3f007a11
|
@ -102,15 +102,19 @@ Ask Gordon is not enabled by default. To enable the feature:
|
|||
|
||||
After signing in to your Docker Account, enable the Docker AI feature:
|
||||
|
||||
1. Open the **Settings** view in Docker Desktop.
|
||||
2. Navigate to **Features in development**.
|
||||
3. Check the **Enable Docker AI** checkbox.
|
||||
1. Navigate to the **Features in development** tab in settings.
|
||||
2. Under the **Experimental features** tab, select **Access experimental features**.
|
||||
3. Select **Apply and restart**.
|
||||
4. Quit and reopen Docker Desktop to ensure the changes take effect.
|
||||
5. Open the **Settings** view in Docker Desktop.
|
||||
6. Navigate to **Features in development**.
|
||||
7. From the **Beta** tab, check the **Enable Docker AI** checkbox.
|
||||
|
||||
The Docker AI terms of service agreement is displayed. You must agree to the
|
||||
terms before you can enable the feature. Review the terms and select **Accept
|
||||
and enable** to continue.
|
||||
|
||||
4. Select **Apply & restart**.
|
||||
8. Select **Apply & restart**.
|
||||
|
||||
## Using Ask Gordon
|
||||
|
||||
|
|
|
@ -21,7 +21,15 @@ The Docker Model Runner plugin lets you:
|
|||
|
||||
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).
|
||||
|
||||
Docker Model Runner is enabled by default in Docker Desktop.
|
||||
## Enable Docker Model Runner
|
||||
|
||||
1. Navigate to the **Features in development** tab in settings.
|
||||
2. Under the **Experimental features** tab, select **Access experimental features**.
|
||||
3. Select **Apply and restart**.
|
||||
4. Quit and reopen Docker Desktop to ensure the changes take effect.
|
||||
5. Open the **Settings** view in Docker Desktop.
|
||||
6. Navigate to **Features in development**.
|
||||
7. From the **Beta** tab, check the **Enable Docker Model Runner** setting.
|
||||
|
||||
## Available commands
|
||||
|
||||
|
|
Loading…
Reference in New Issue