Commit 07a28b6
committed
fix(ci): install opencv-python-headless for the TableFormer export step
docling_ibm_models's tf_predictor imports cv2, but publish-models.yml only
installed docling_ibm_models/onnxscript/onnxruntime/huggingface_hub, so the
export step failed with ModuleNotFoundError: No module named 'cv2'.
scripts/pdf_setup.sh never hit this because it installs the full `docling`
package instead, which pulls opencv in transitively.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01DofkqhMuAJbL9arnnuVisL1 parent 40bca49 commit 07a28b6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| |||
0 commit comments