Skip to content

Commit 6a7f3d1

Browse files
joschrewbertsky
andauthored
Use ocrd-cuda-torch as docker base image in make
Co-authored-by: Robert Sachunsky <38561704+bertsky@users.noreply.github.com>
1 parent 6b3d9b6 commit 6a7f3d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PYTHONIOENCODING=utf8
88

99
# Docker container tag ("$(DOCKER_TAG)")
1010
DOCKER_TAG = 'ocrd/kraken'
11-
DOCKER_BASE_IMAGE = docker.io/ocrd/core-cuda:v2.70.0
11+
DOCKER_BASE_IMAGE = docker.io/ocrd/core-cuda-torch:v2.70.0
1212

1313

1414
# BEGIN-EVAL makefile-parser --make-help Makefile

0 commit comments

Comments
 (0)