Skip to content

Commit cce80bb

Browse files
authored
Add README.md for Docker
1 parent 18a2fc3 commit cce80bb

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

docker/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
# Docker
2+
3+
## Prerequisites
4+
5+
- Docker with buildx support
6+
7+
## Build
8+
9+
Build multi-architecture Ubuntu 24.04 development image:
10+
11+
```bash
12+
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/aobolensk/openvino_devutils/ubuntu:latest -f ./ubuntu.Dockerfile .
13+
```

0 commit comments

Comments
 (0)