Update Dockerfile.cpu

This commit is contained in:
McCloudS
2025-02-03 22:22:41 -07:00
committed by GitHub
parent c715f81241
commit f0c74b49ec

View File

@@ -6,7 +6,6 @@ WORKDIR /subgen
# Install required build dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
build-essential \
cmake \
ffmpeg \
git \
&& rm -rf /var/lib/apt/lists/*
@@ -23,7 +22,6 @@ WORKDIR /subgen
# Install only required runtime dependencies
RUN apt-get update && apt-get install -y --no-install-recommends \
ffmpeg \
git \
&& rm -rf /var/lib/apt/lists/*
# Copy only necessary files from builder stage