File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,8 @@ RUN git clone https://github.com/rsxdalv/tts-generation-webui.git
3636WORKDIR /app/tts-generation-webui
3737
3838# Install all requirements
39- RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements.txt
39+ RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements.txt
40+ # RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements.txt
4041RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_bark_hubert_quantizer.txt
4142RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_rvc.txt
4243RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_audiocraft_0.txt
You can’t perform that action at this time.
0 commit comments