mirror of
https://github.com/docker/docs.git
synced 2026-03-27 06:18:55 +07:00
update model-runner cli docs reference to v0.1.44 (#23504)
<!--Delete sections as needed --> ## Description <!-- Tell us what you did and why --> ## Related issues or tickets * https://github.com/docker/model-runner/pull/190 * https://github.com/docker/model-runner/pull/195 ## Reviews <!-- Notes for reviewers here --> <!-- List applicable reviews (optionally @tag reviewers) --> - [ ] Technical review - [ ] Editorial review - [ ] Product review Signed-off-by: CrazyMax <1951866+crazy-max@users.noreply.github.com>
This commit is contained in:
@@ -28,8 +28,9 @@ options:
|
||||
swarm: false
|
||||
- option: port
|
||||
value_type: uint16
|
||||
default_value: "12434"
|
||||
description: Docker container port for Docker Model Runner
|
||||
default_value: "0"
|
||||
description: |
|
||||
Docker container port for Docker Model Runner (default: 12434 for Docker CE, 12435 for Cloud mode)
|
||||
deprecated: false
|
||||
hidden: false
|
||||
experimental: false
|
||||
@@ -5,11 +5,11 @@ Install Docker Model Runner (Docker Engine only)
|
||||
|
||||
### Options
|
||||
|
||||
| Name | Type | Default | Description |
|
||||
|:-----------------|:---------|:--------|:-------------------------------------------------|
|
||||
| `--do-not-track` | `bool` | | Do not track models usage in Docker Model Runner |
|
||||
| `--gpu` | `string` | `auto` | Specify GPU support (none\|auto\|cuda) |
|
||||
| `--port` | `uint16` | `12434` | Docker container port for Docker Model Runner |
|
||||
| Name | Type | Default | Description |
|
||||
|:-----------------|:---------|:--------|:---------------------------------------------------------------------------------------------------|
|
||||
| `--do-not-track` | `bool` | | Do not track models usage in Docker Model Runner |
|
||||
| `--gpu` | `string` | `auto` | Specify GPU support (none\|auto\|cuda) |
|
||||
| `--port` | `uint16` | `0` | Docker container port for Docker Model Runner (default: 12434 for Docker CE, 12435 for Cloud mode) |
|
||||
|
||||
|
||||
<!---MARKER_GEN_END-->
|
||||
Reference in New Issue
Block a user