Signed-off-by: Roger Wang <hey@rogerw.io>
This commit is contained in:
Roger Wang
2025-09-30 23:06:30 -07:00
parent f60838876b
commit 18d5526dd9
+3 -1
View File
@@ -1,4 +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 v0.9.1
from vllm/vllm-openai:v0.9.1 from vllm/vllm-openai:v0.9.1
RUN pip3 install flash_attn==2.8.0.post2 RUN pip3 install flash_attn==2.8.0.post2
RUN pip3 install transformers==4.51.3 RUN pip3 install transformers==4.51.3