Switch to core image to fix SIGILL (exit 132)
Some checks failed
Deploy fil (kreuzberg) / deploy (push) Has been cancelled

The full/latest variant uses PaddleOCR compiled with AVX2 which is not
supported on autobox. The core variant uses Tesseract only.
This commit is contained in:
Henrik Jess Nielsen
2026-06-01 22:43:54 +02:00
parent 9c554e91df
commit ec7962aaed

View File

@@ -1,7 +1,7 @@
variable "image_tag" { variable "image_tag" {
description = "Docker image tag" description = "Docker image tag"
type = string type = string
default = "latest" default = "core"
} }
job "fil" { job "fil" {