Update Dockerfile.cpu

This commit is contained in:
McCloudS
2024-03-16 18:47:15 -06:00
committed by GitHub
parent f5b160bc67
commit 9adcdf6b93

View File

@@ -4,12 +4,10 @@ WORKDIR /subgen
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y \ && apt-get install -y \
python3 \
python3-pip \
ffmpeg \ ffmpeg \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* \ && rm -rf /var/lib/apt/lists/* \
&& pip3 install \ && pip install \
numpy \ numpy \
stable-ts \ stable-ts \
fastapi \ fastapi \