Skip to content

Commit cb15122

Browse files
authored
Merge pull request #212 from docker/installation-instructions
Document simple installation techniques
2 parents 7dcf42e + d2c3c58 commit cb15122

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,24 @@ Docker Model Runner (DMR) makes it easy to manage, run, and deploy AI models usi
66

77
This package supports the Docker Model Runner in Docker Desktop and Docker Engine.
88

9+
### Installation
10+
11+
For macOS and Windows, install Docker Desktop:
12+
13+
https://docs.docker.com/desktop/
14+
15+
For Linux, install Docker Engine:
16+
17+
```bash
18+
curl -fsSL https://get.docker.com | sudo bash
19+
```
20+
21+
Docker Model Runner is included in the above tools.
22+
23+
For more details refer to:
24+
25+
https://docs.docker.com/ai/model-runner/get-started/
26+
927
### Prerequisites
1028

1129
Before building from source, ensure you have the following installed:

0 commit comments

Comments
 (0)