@@ -1,5 +1,5 @@
# Use the official sglang image
-FROM lmsysorg/sglang:v0.4.7-cu124
+FROM lmsysorg/sglang:v0.4.8-cu124
# install mineru latest
RUN python3 -m pip install -U 'mineru[core]' -i https://mirrors.aliyun.com/pypi/simple --break-system-packages
RUN python3 -m pip install -U 'mineru[core]' --break-system-packages
@@ -43,7 +43,7 @@ vlm = [
"pydantic",
]
sglang = [
- "sglang[all]==0.4.7",
+ "sglang[all]>=0.4.7,<=0.4.8",
pipeline = [
"matplotlib>=3.10,<4",