Commit 9a9285a5 authored by myhloli's avatar myhloli
Browse files

chore: update sglang image to v0.4.8 and adjust version constraints in pyproject.toml

parent 3f87f83f
# Use the official sglang image # Use the official sglang image
FROM lmsysorg/sglang:v0.4.7-cu124 FROM lmsysorg/sglang:v0.4.8-cu124
# install mineru latest # 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]' -i https://mirrors.aliyun.com/pypi/simple --break-system-packages
......
# Use the official sglang image # Use the official sglang image
FROM lmsysorg/sglang:v0.4.7-cu124 FROM lmsysorg/sglang:v0.4.8-cu124
# install mineru latest # install mineru latest
RUN python3 -m pip install -U 'mineru[core]' --break-system-packages RUN python3 -m pip install -U 'mineru[core]' --break-system-packages
......
...@@ -43,7 +43,7 @@ vlm = [ ...@@ -43,7 +43,7 @@ vlm = [
"pydantic", "pydantic",
] ]
sglang = [ sglang = [
"sglang[all]==0.4.7", "sglang[all]>=0.4.7,<=0.4.8",
] ]
pipeline = [ pipeline = [
"matplotlib>=3.10,<4", "matplotlib>=3.10,<4",
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment