Skip to content

Commit

Permalink
Update Dockerfile.cpu
Browse files Browse the repository at this point in the history
  • Loading branch information
McCloudS authored Mar 17, 2024
1 parent f5b160b commit 9adcdf6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile.cpu
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 9adcdf6

Please sign in to comment.