We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 078a595 commit dfa5510Copy full SHA for dfa5510
Dockerfile
@@ -35,6 +35,8 @@ RUN git clone https://github.com/rsxdalv/tts-generation-webui.git
35
# Set working directory to the cloned repo
36
WORKDIR /app/tts-generation-webui
37
38
+RUN pip3 install --no-cache-dir --upgrade pip==23.3.2 setuptools
39
+
40
# 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
0 commit comments