docker 파일 추가

This commit is contained in:
2025-10-27 12:22:40 +09:00
parent 1942be551f
commit 2e749bf170
3 changed files with 70 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
# Dots OCR has been officially integrated into vLLM since v0.11.0
# Below is the dockerfile for out-of-tree model registration support based on v0.9.1
from vllm/vllm-openai:v0.9.1
RUN pip3 install flash_attn==2.8.0.post2
RUN pip3 install transformers==4.51.3