cleaned up excess packages to reduce image size

deci committed May 15, 2025 at 10:37 UTC a8c32786ddd967d6eda53a0d74238a99687fd68a
2 files changed -2
docker/run/Dockerfile.cuda
-1
@@ -41,7 +41,6 @@ RUN apt-get update && apt-get upgrade -y && apt-get -o Dpkg::Options::="--force-
41 wget \
42 git \
43 ffmpeg \
44 - nginx \
44 cron
45
46 # Install Node.js 20.x (LTS) and a compatible npm
docker/run/fs/ins/pre_install.sh
-1
@@ -20,7 +20,6 @@ apt-get update && apt-get upgrade -y && apt-get -o Dpkg::Options::="--force-conf
20 wget \
21 git \
22 ffmpeg \
23 - nginx \
23 supervisor \
24 cron \
25 ca-certificates \