soiz1 commited on
Commit
93b1702
·
verified ·
1 Parent(s): 18a63b2

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,7 +13,7 @@ RUN apt-get update && apt-get install -y \
13
  WORKDIR /app
14
 
15
  # Clone the repository
16
- RUN git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI-japanese-hf.git .
17
 
18
  # Install Python dependencies
19
  RUN pip install --upgrade pip==23.1 \
 
13
  WORKDIR /app
14
 
15
  # Clone the repository
16
+ RUN git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git .
17
 
18
  # Install Python dependencies
19
  RUN pip install --upgrade pip==23.1 \