feat: add mineru more images

This commit is contained in:
Sun-ZhenXing
2026-02-10 17:45:39 +08:00
parent 60d566d050
commit ced072de66
13 changed files with 309 additions and 6 deletions

View File

@@ -10,10 +10,10 @@ FROM vllm/vllm-openai:v0.10.1.1
# Install libgl for opencv support & Noto fonts for Chinese characters
RUN apt-get update && \
apt-get install -y \
fonts-noto-core \
fonts-noto-cjk \
fontconfig \
libgl1 && \
fonts-noto-core \
fonts-noto-cjk \
fontconfig \
libgl1 && \
fc-cache -fv && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*