Skip to content

Commit

Permalink
test with pip
Browse files Browse the repository at this point in the history
  • Loading branch information
rsxdalv committed Oct 7, 2024
1 parent 6be2db4 commit 078a595
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 078a595

Please sign in to comment.