cleaned up excess packages to reduce image size
deci committed
May 15, 2025 at 10:37 UTC
559408ecef727b800f0d805b242dfba33eb891a5
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 \