We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e21b22d commit 6136834Copy full SHA for 6136834
1 file changed
scripts/images/runtime/Dockerfile
@@ -3,7 +3,18 @@ FROM ghcr.io/astral-sh/uv:python3.11-bookworm
3
RUN --mount=type=cache,target=/var/cache/apt \
4
--mount=type=cache,target=/var/lib/apt \
5
apt update \
6
- && apt install -y libgl1 libglib2.0-0 vim libmagic1 libreoffice dos2unix swig poppler-utils tesseract-ocr
+ && apt install -y --no-install-recommends \
7
+ libgl1 \
8
+ libglib2.0-0 \
9
+ vim \
10
+ libmagic1 \
11
+ libreoffice \
12
+ dos2unix \
13
+ swig \
14
+ poppler-utils \
15
+ tesseract-ocr \
16
+ ffmpeg \
17
+ && rm -rf /var/lib/apt/lists/*
18
19
RUN mkdir -p /home/models \
20
&& wget https://paddle-model-ecology.bj.bcebos.com/paddlex/official_inference_model/paddle3.0.0/PP-LCNet_x1_0_doc_ori_infer.tar \
0 commit comments