Update Dockerfile.cpu
This commit is contained in:
@@ -6,7 +6,6 @@ WORKDIR /subgen
|
|||||||
# Install required build dependencies
|
# Install required build dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
build-essential \
|
build-essential \
|
||||||
cmake \
|
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
git \
|
git \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
@@ -23,7 +22,6 @@ WORKDIR /subgen
|
|||||||
# Install only required runtime dependencies
|
# Install only required runtime dependencies
|
||||||
RUN apt-get update && apt-get install -y --no-install-recommends \
|
RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
ffmpeg \
|
ffmpeg \
|
||||||
git \
|
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Copy only necessary files from builder stage
|
# Copy only necessary files from builder stage
|
||||||
|
|||||||
Reference in New Issue
Block a user