diff --git a/Dockerfile b/Dockerfile index 8e6feb6e..62ce29a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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