From f0c74b49ec8437351e0d5235b0bdb1022dd01022 Mon Sep 17 00:00:00 2001 From: McCloudS <64094529+McCloudS@users.noreply.github.com> Date: Mon, 3 Feb 2025 22:22:41 -0700 Subject: [PATCH] Update Dockerfile.cpu --- Dockerfile.cpu | 2 -- 1 file changed, 2 deletions(-) diff --git a/Dockerfile.cpu b/Dockerfile.cpu index d4c7f8a..6ca7d5a 100644 --- a/Dockerfile.cpu +++ b/Dockerfile.cpu @@ -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