OCR-D / core

Collection of OCR-related python tools and wrappers from @OCR-D
https://ocr-d.de/core/
Apache License 2.0
118 stars 31 forks source link

make docker: --build-arg BASE_IMAGE fails if BASE_IMAGE is not a single string #1259

Open kba opened 2 months ago

kba commented 2 months ago
 docker buildx build --progress=plain --platform linux/amd64,linux/arm64/v8 --push -f Dockerfile.cuda -t ghcr.io/ocr-d/core-cuda -t docker.io/ocrd/core-cuda --target ocrd_core_base --build-arg BASE_IMAGE=ghcr.io/ocr-d docker.io/ocrd/core  .
ERROR: "docker buildx build" requires exactly 1 argument.
See 'docker buildx build --help'.

Usage:  docker buildx build [OPTIONS] PATH | URL | -

Start a build
make: *** [Makefile:399: docker-cuda] Error 1

https://github.com/OCR-D/core/actions/runs/9962367832/job/27525950387