mirror of https://github.com/docker/docs.git
dmr: update install instructions (#22732)
This commit is contained in:
parent
585e4cb1ba
commit
dc01252b40
|
@ -40,19 +40,11 @@ Models are pulled from Docker Hub the first time they're used and stored locally
|
|||
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.
|
||||
7. From the **Beta** tab, tick the **Enable Docker Model Runner** setting.
|
||||
8. If you are running on Windows with a supported NVIDIA GPU, you should also see and be able to tick the **Enable GPU-backed inference** setting.
|
||||
|
||||
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.
|
||||
|
||||
### Enable DMR in Docker Engine
|
||||
|
||||
1. Ensure you have installed [Docker Engine](/engine/install/).
|
||||
2. DMR is available as a package. To install it, run:
|
||||
|
||||
```console
|
||||
apt install docker-model-plugin
|
||||
```
|
||||
|
||||
## Available commands
|
||||
|
||||
### Model runner status
|
||||
|
|
Loading…
Reference in New Issue