Commit 707ef452 authored by myhloli's avatar myhloli
Browse files

fix: update Dockerfile to install fonts without no-install-recommends option

parent 306c9b7a
...@@ -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 \
......
...@@ -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 \
......
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