Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
9a9285a5
Commit
9a9285a5
authored
Jun 26, 2025
by
myhloli
Browse files
chore: update sglang image to v0.4.8 and adjust version constraints in pyproject.toml
parent
3f87f83f
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
docker/china/Dockerfile
docker/china/Dockerfile
+1
-1
docker/global/Dockerfile
docker/global/Dockerfile
+1
-1
pyproject.toml
pyproject.toml
+1
-1
No files found.
docker/china/Dockerfile
View file @
9a9285a5
# 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
...
...
docker/global/Dockerfile
View file @
9a9285a5
# 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]'
--break-system-packages
...
...
pyproject.toml
View file @
9a9285a5
...
...
@@ -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"
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment