docling-parser / Dockerfile

Commit History

feat: deploy docling first parser
74cacc0

Ibad ur Rehman commited on

fix: constrain llama cuda build
47b9ef7

Ibad ur Rehman commited on

fix: reduce llama build memory
8e31979

Ibad ur Rehman commited on

feat: switch to unsloth gguf runtime
dd23733

Ibad ur Rehman commited on

feat: switch parser to qwen vl
51c66dc

Ibad ur Rehman commited on

feat: switch to docling first parser
4af0af0

Ibad ur Rehman commited on

feat: deploy paddleocr gemini parser
799f504

Ibad ur Rehman commited on

fix: use PaddlePaddle Docker base image (paddle GPU pre-installed)
63d2d35

sidoutcome commited on

fix: add pip timeout 600s + retries for Chinese CDN, use Python 3.12 default
03eea1e

sidoutcome commited on

fix: use Python 3.12 (Ubuntu 24.04 default), simplify Dockerfile, combine install steps
3e4135a

sidoutcome commited on

fix: remove paddle import verification during build (no CUDA available)
0ef1544

sidoutcome commited on

fix: remove GPU-dependent pre-download, use restructure_pages for cross-page tables, robust md extraction
0111393

sidoutcome commited on

fix: use CPU mode for model pre-download during Docker build
e8991b2

sidoutcome commited on

feat: v5.0.0 PaddleOCR-VL-1.5 + Gemini hybrid architecture
16b2195

sidoutcome commited on

fix: increase max-model-len to 65536 for VLM image tokens, improve error logging
9385fa0

sidoutcome commited on

fix: total_mem -> total_memory, clean up debug CMD and start.sh
dead0a0

sidoutcome commited on

debug: use python3 CMD to test if output reaches HF logs
7162cb2

sidoutcome commited on

debug: inline bash -c to test if CMD even executes
ea34895

sidoutcome commited on

fix: use full path /bin/bash entrypoint to ensure CMD executes
c6f72c0

sidoutcome commited on

fix: use HF repo ID for vLLM model loading instead of local path
6bf403a

sidoutcome commited on

feat: upgrade to Qwen3-VL-30B-A3B, simplify auth, fix redirects
922ba62

sidoutcome commited on

feat: hybrid VLM parser with Qwen3-VL-8B via vLLM (v2.0.0)
8c4351b

sidoutcome commited on

fix: single-line Python command for HF Docker builder
6c6dbe0

sidoutcome commited on

Initial commit: Docling Parser API
5052def

sidoutcome commited on