-
Notifications
You must be signed in to change notification settings - Fork 7.7k
dmr: plugin install #22664
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
dmr: plugin install #22664
Conversation
✅ Deploy Preview for docsdocker ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
content/manuals/ai/model-runner.md
Outdated
$ sudo yum update | ||
$ sudo yum install docker-model-runner |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think all rpm-based distros we support have moved to dnf
, so we can use
$ sudo dnf update
$ sudo dnf install docker-model-runner
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, we have other docs referring to yum, I'll take a pass 🙇
ad2427a
to
7529175
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just had a few minor ideas.
@@ -42,6 +44,36 @@ Models are pulled from Docker Hub the first time they're used and stored locally | |||
|
|||
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 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure the official branding that we're using for our packaged version of Moby, but I think we're offering new support options specifically for "Docker CE", so that may be the terminology we want to use here and elsewhere.
However, I know the rest of the docs use Docker Engine, so probably better to stay consistent for now. Maybe we should seek clarity though. In the code, we generally use the "Moby" terminology.
Co-authored-by: Jacob Howard <[email protected]>
Description
Add DMR Docker Engine plugin install cmd.
Related issues or tickets
Reviews