Spaces:
Build error
Build error
Update Dockerfile
Browse files- 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
|
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 \
|