Skip to content

Commit dfa5510

Browse files
committed
test with pip 23.3.2
1 parent 078a595 commit dfa5510

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ RUN git clone https://github.com/rsxdalv/tts-generation-webui.git
3535
# Set working directory to the cloned repo
3636
WORKDIR /app/tts-generation-webui
3737

38+
RUN pip3 install --no-cache-dir --upgrade pip==23.3.2 setuptools
39+
3840
# Install all requirements
3941
RUN pip3 install --no-cache-dir torch==$TORCH_VERSION -r requirements.txt
4042
# RUN uv pip install --no-cache-dir --system --verbose torch==$TORCH_VERSION -r requirements.txt

0 commit comments

Comments
 (0)