Skip to content

Commit

Permalink
fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Jul 8, 2024
1 parent e8096d2 commit 8054fd8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,7 @@ WORKDIR /app/tts-generation-webui

# Install all requirements
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements.txt
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements_audiocraft_only.txt --no-deps
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements_audiocraft_deps.txt
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements_audiocraft.txt
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements_bark_hubert_quantizer.txt
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements_rvc.txt
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements_styletts2.txt
Expand Down

0 comments on commit 8054fd8

Please sign in to comment.