mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-07 15:33:29 +08:00
add option to try again
This commit is contained in:
parent
58f5f575cb
commit
bba3457ce8
@ -17,7 +17,7 @@ RUN apt-get update && \
|
||||
# Copy only requirements.txt initially to leverage Docker cache
|
||||
WORKDIR /workspace
|
||||
COPY requirements.txt /workspace/
|
||||
RUN CMAKE_POLICY_VERSION_MINIMUM=3.5 pip install --no-cache-dir -r requirements.txt
|
||||
RUN CMAKE_POLICY_VERSION_MINIMUM=3.5 pip install --timeout 300 --retries 10 --no-cache-dir -r requirements.txt
|
||||
|
||||
# Define a build-time argument for image type
|
||||
ARG IMAGE_TYPE=full
|
||||
|
Loading…
x
Reference in New Issue
Block a user