We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a2fc3 commit cce80bbCopy full SHA for cce80bb
1 file changed
docker/README.md
@@ -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