Edit: Removed unneeded dependencies to slim images for dockerfile install and cuda.

deci committed May 14, 2025 at 16:07 UTC 444b050a7ebb56b8a64147b9541075a85052f916
2 files changed +1 -29
docker/run/Dockerfile.cuda
+1 -15
@@ -42,21 +42,7 @@ RUN apt-get update && apt-get upgrade -y && apt-get -o Dpkg::Options::="--force-
42 git \
43 ffmpeg \
44 nginx \
45 - cron \
46 - libmagic-dev \
47 - poppler-utils \
48 - tesseract-ocr \
49 - qpdf \
50 - libreoffice \
51 - pandoc \
52 - libgtk-3-0 \
53 - libnss3 \
54 - libatk1.0-0 \
55 - libatk-bridge2.0-0 \
56 - libcups2 \
57 - libasound2 \
58 - libasound2-data \
59 - cargo
45 + cron
46
47 # Install Node.js 20.x (LTS) and a compatible npm
48 RUN apt-get update && apt-get install -y ca-certificates curl gnupg
docker/run/fs/ins/pre_install.sh
-14
@@ -23,20 +23,6 @@ apt-get update && apt-get upgrade -y && apt-get -o Dpkg::Options::="--force-conf
23 nginx \
24 supervisor \
25 cron \
26 - libmagic-dev \
27 - poppler-utils \
28 - tesseract-ocr \
29 - qpdf \
30 - libreoffice \
31 - pandoc \
32 - libgtk-3-0 \
33 - libnss3 \
34 - libatk1.0-0 \
35 - libatk-bridge2.0-0 \
36 - libcups2 \
37 - libasound2 \
38 - libasound2-data \
39 - cargo \
26 ca-certificates \
27 gnupg
28