Skip to content

Commit 75160e4

Browse files
fix: clarify requirements (docker#22971)
Clarify supported platforms. --------- Co-authored-by: Allie Sadler <[email protected]>
1 parent ac3914a commit 75160e4

File tree

5 files changed

+50
-4
lines changed

5 files changed

+50
-4
lines changed

_vale/Docker/Forbidden.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
extends: substitution
2+
message: "Use '%s' instead of '%s'."
3+
level: error
4+
ignorecase: false
5+
swap:
6+
Docker CE: Docker Engine

_vale/config/vocabularies/Docker/accept.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
(?i)[A-Z]{2,}'?s
2+
Adreno
3+
Aleksandrov
24
Amazon
35
Anchore
4-
Aleksandrov
56
Apple
67
Artifactory
78
Azure
@@ -114,6 +115,7 @@ Nginx
114115
npm
115116
Nutanix
116117
Nuxeo
118+
NVIDIA
117119
OAuth
118120
Okta
119121
Ollama
@@ -126,8 +128,7 @@ PKG
126128
Postgres
127129
PowerShell
128130
Python
129-
Pyright
130-
pyright
131+
Qualcomm
131132
rollback
132133
rootful
133134
runc
@@ -200,6 +201,7 @@ Zsh
200201
[Pp]rocfs
201202
[Pp]roxied
202203
[Pp]roxying
204+
[pP]yright
203205
[Rr]eal-time
204206
[Rr]egex(es)?
205207
[Rr]untimes?

content/manuals/ai/model-runner/_index.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,41 @@ with AI models locally.
4040
- Run and interact with AI models directly from the command line or from the Docker Desktop GUI
4141
- Manage local models and display logs
4242

43+
## Requirements
44+
45+
Docker Model Runner is supported on the following platforms:
46+
47+
{{< tabs >}}
48+
{{< tab name="Windows">}}
49+
50+
Windows(amd64):
51+
- NVIDIA GPUs
52+
- NVIDIA drivers 576.57+
53+
54+
Windows(arm64):
55+
- OpenCL for Adreno
56+
- Qualcomm Adreno GPU (6xx series and later)
57+
58+
> [!NOTE]
59+
> Some llama.cpp features might not be fully supported on the 6xx series.
60+
61+
{{< /tab >}}
62+
{{< tab name="MacOS">}}
63+
64+
- Apple Silicon
65+
66+
{{< /tab >}}
67+
{{< tab name="Linux">}}
68+
69+
Docker Engine only:
70+
71+
- Linux CPU & Linux NVIDIA
72+
- NVIDIA drivers 575.57.08+
73+
74+
{{< /tab >}}
75+
{{</tabs >}}
76+
77+
4378
## How it works
4479

4580
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).

data/summary.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ Docker Init:
162162
Docker Model Runner:
163163
availability: Beta
164164
requires: Docker Engine or Docker Desktop (Windows) 4.41+ or Docker Desktop (MacOS) 4.40+
165-
for: Docker Desktop for Mac with Apple Silicon or Windows with NVIDIA GPUs
165+
for: See Requirements section below
166166
Docker Projects:
167167
availability: Beta
168168
Docker Scout exceptions:

hugo_stats.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@
8484
"Mac-and-Linux",
8585
"Mac-with-Apple-silicon",
8686
"Mac-with-Intel-chip",
87+
"MacOS",
8788
"Manually-create-assets",
8889
"NetworkManager",
8990
"Networking-mode",
@@ -110,7 +111,9 @@
110111
"Run-Ollama-in-a-container",
111112
"Run-Ollama-outside-of-a-container",
112113
"Rust",
114+
"Separate-containers",
113115
"Shell-script",
116+
"Single-container",
114117
"Specific-version",
115118
"Svelte",
116119
"Ubuntu",

0 commit comments

Comments
 (0)