Skip to content

Commit 1a65e57

Browse files
authored
Fix Docker image name in README.md
1 parent cce80bb commit 1a65e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
Build multi-architecture Ubuntu 24.04 development image:
1010

1111
```bash
12-
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/aobolensk/openvino_devutils/ubuntu:latest -f ./ubuntu.Dockerfile .
12+
docker buildx build --platform linux/amd64,linux/arm64 -t ghcr.io/learning-process/ppc-ubuntu:latest -f ./ubuntu.Dockerfile .
1313
```

0 commit comments

Comments
 (0)