feat(paddleocr-vl): add PaddleOCR-VL GPU Dockerfile, pin vllm, update CPU image deps, and improve entrypoint and tests

This commit is contained in:
2026-01-17 16:57:26 +00:00
parent 15ac1fcf67
commit 0482c35b69
9 changed files with 140 additions and 26 deletions

View File

@@ -13,8 +13,8 @@
"test": "tstest test/ --verbose"
},
"devDependencies": {
"@git.zone/tstest": "^1.0.90",
"@git.zone/tsrun": "^1.3.3"
"@git.zone/tsrun": "^1.3.3",
"@git.zone/tstest": "^1.0.90"
},
"repository": {
"type": "git",
@@ -28,5 +28,8 @@
"minicpm",
"ollama",
"multimodal"
]
],
"dependencies": {
"@types/node": "^25.0.9"
}
}