From 078a595fe0b125774ef2e56ed01cd194ff2d0db0 Mon Sep 17 00:00:00 2001 From: Roberts Slisans Date: Tue, 8 Oct 2024 00:09:26 +0300 Subject: [PATCH] test with pip --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c33ce8..fff5c18 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,8 @@ RUN git clone https://github.com/rsxdalv/tts-generation-webui.git WORKDIR /app/tts-generation-webui # Install all requirements -RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements.txt +RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements.txt +# RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements.txt RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_bark_hubert_quantizer.txt RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_rvc.txt RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_audiocraft_0.txt