We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec78e6a commit 72e5bb8Copy full SHA for 72e5bb8
deploy/hps/server_env/Dockerfile
@@ -140,6 +140,8 @@ RUN groupadd -g 1000 paddlex \
140
# Not sure if all these deps are necessary
141
RUN apt-get update \
142
&& apt-get install -y --no-install-recommends libre2-5 libssl1.1 libb64-0d libnuma1 libarchive13 python3.10-dev libgl1-mesa-glx libglib2.0-0 libgomp1 ccache binutils build-essential texlive texlive-latex-base texlive-latex-extra \
143
+ && apt-get install -y --no-install-recommends fontconfig fonts-dejavu-core fonts-liberation fonts-noto-cjk fonts-wqy-microhei fonts-freefont-ttf \
144
+ && fc-cache -fv \
145
&& rm -rf /var/lib/apt/lists/*
146
147
COPY --from=build3 --chown=paddlex:paddlex /paddlex/libs /paddlex/libs
0 commit comments