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 \
&& apt-get install -y \
python3 \
python3-pip \
ffmpeg \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/* \
&& pip3 install \
&& pip install \
numpy \
stable-ts \
fastapi \