mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-08-12 03:19:51 +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
|
# Copy only requirements.txt initially to leverage Docker cache
|
||||||
WORKDIR /workspace
|
WORKDIR /workspace
|
||||||
COPY requirements.txt /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
|
# Define a build-time argument for image type
|
||||||
ARG IMAGE_TYPE=full
|
ARG IMAGE_TYPE=full
|
||||||
|
Loading…
x
Reference in New Issue
Block a user