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