Logo
Explore Help
Register Sign In
yujunjun/haystack
1
0
Fork 0
You've already forked haystack
mirror of https://github.com/deepset-ai/haystack.git synced 2025-11-02 10:49:30 +00:00
Code Issues Packages Projects Releases Wiki Activity
haystack/docker/docker-bake-xpdf.hcl

13 lines
245 B
HCL
Raw Normal View History

fix: provide a fallback for PyMuPDF (#4564) * add a fallback xpdf alternative to PyMuPDF * add xpdpf to the base images * to be reverted * silence mypy on conditional error * do not install pdf extras in base images * bring back the xpdf build strategy * remove leftovers from old build * fix indentation * Apply suggestions from code review Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com> * revert test workflow --------- Co-authored-by: Silvano Cerza <3314350+silvanocerza@users.noreply.github.com>
2023-03-31 14:37:05 +02:00
variable "XPDF_VERSION" {
default = "4.04"
}
target "xpdf" {
dockerfile = "Dockerfile.xpdf"
tags = ["deepset/xpdf:latest"]
args = {
xpdf_version = "${XPDF_VERSION}"
}
platforms = ["linux/amd64", "linux/arm64"]
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.23.5 Page: 270ms Template: 9ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API