Skip to content

Commit

Permalink
Use ocrd-cuda-torch as docker base image in make
Browse files Browse the repository at this point in the history
Co-authored-by: Robert Sachunsky <[email protected]>
  • Loading branch information
joschrew and bertsky authored Oct 28, 2024
1 parent 6b3d9b6 commit 6a7f3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a7f3d1

Please sign in to comment.