Skip to content

Commit 14d5189

Browse files
committed
test uv -r requirements with pip 23
1 parent dfa5510 commit 14d5189

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ WORKDIR /app/tts-generation-webui
3838
RUN pip3 install --no-cache-dir --upgrade pip==23.3.2 setuptools
3939

4040
# Install all requirements
41-
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements.txt
42-
# RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements.txt
41+
# RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements.txt
42+
RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements.txt
4343
RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_bark_hubert_quantizer.txt
4444
RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_rvc.txt
4545
RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements_audiocraft_0.txt

0 commit comments

Comments
 (0)