Skip to content

Commit 078a595

Browse files
committed
test with pip
1 parent 6be2db4 commit 078a595

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ RUN git clone https://github.com/rsxdalv/tts-generation-webui.git
3636
WORKDIR /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
4041
RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_bark_hubert_quantizer.txt
4142
RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_rvc.txt
4243
RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_audiocraft_0.txt

0 commit comments

Comments
 (0)