Avinyaa commited on
Commit
8fe9046
·
1 Parent(s): fd2ccad
Files changed (1) hide show
  1. Dockerfile +0 -1
Dockerfile CHANGED
@@ -13,7 +13,6 @@ COPY requirements.txt .
13
  RUN pip install uv
14
  RUN uv pip install --no-cache-dir -r requirements.txt --system
15
 
16
- echo "Cloning the XTTS-v2_C3PO model..."
17
  # Clone the XTTS-v2_C3PO model and verify it
18
  RUN git clone https://huggingface.co/Borcherding/XTTS-v2_C3PO && \
19
  ls -la XTTS-v2_C3PO/ && \
 
13
  RUN pip install uv
14
  RUN uv pip install --no-cache-dir -r requirements.txt --system
15
 
 
16
  # Clone the XTTS-v2_C3PO model and verify it
17
  RUN git clone https://huggingface.co/Borcherding/XTTS-v2_C3PO && \
18
  ls -la XTTS-v2_C3PO/ && \