Update Dockerfile.cpu
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user