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
707ef452
Commit
707ef452
authored
Jul 17, 2025
by
myhloli
Browse files
fix: update Dockerfile to install fonts without no-install-recommends option
parent
306c9b7a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
docker/china/Dockerfile
docker/china/Dockerfile
+1
-1
docker/global/Dockerfile
docker/global/Dockerfile
+1
-1
No files found.
docker/china/Dockerfile
View file @
707ef452
...
@@ -3,7 +3,7 @@ FROM lmsysorg/sglang:v0.4.8.post1-cu126
...
@@ -3,7 +3,7 @@ FROM lmsysorg/sglang:v0.4.8.post1-cu126
# Install libgl for opencv support & Noto fonts for Chinese characters
# Install libgl for opencv support & Noto fonts for Chinese characters
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
apt-get
install
-y
\
fonts-noto-core
\
fonts-noto-core
\
fonts-noto-cjk
\
fonts-noto-cjk
\
fontconfig
\
fontconfig
\
...
...
docker/global/Dockerfile
View file @
707ef452
...
@@ -3,7 +3,7 @@ FROM lmsysorg/sglang:v0.4.8.post1-cu126
...
@@ -3,7 +3,7 @@ FROM lmsysorg/sglang:v0.4.8.post1-cu126
# Install libgl for opencv support & Noto fonts for Chinese characters
# Install libgl for opencv support & Noto fonts for Chinese characters
RUN
apt-get update
&&
\
RUN
apt-get update
&&
\
apt-get
install
-y
--no-install-recommends
\
apt-get
install
-y
\
fonts-noto-core
\
fonts-noto-core
\
fonts-noto-cjk
\
fonts-noto-cjk
\
fontconfig
\
fontconfig
\
...
...
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