diff --git a/Makefile b/Makefile index 05c6f97..42a8f3d 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ PYTHONIOENCODING=utf8 # Docker container tag ("$(DOCKER_TAG)") DOCKER_TAG = 'ocrd/kraken' -DOCKER_BASE_IMAGE = docker.io/ocrd/core-cuda:v2.70.0 +DOCKER_BASE_IMAGE = docker.io/ocrd/core-cuda-torch:v2.70.0 # BEGIN-EVAL makefile-parser --make-help Makefile