Spaces:
Build error
Build error
GPTfree api
commited on
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 |
# コードをリポジトリからクローン
|
16 |
-
RUN git clone https://github.com/
|
17 |
|
18 |
# Python依存ライブラリのインストール
|
19 |
COPY requirements.txt .
|
|
|
13 |
WORKDIR /app
|
14 |
|
15 |
# コードをリポジトリからクローン
|
16 |
+
RUN git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git .
|
17 |
|
18 |
# Python依存ライブラリのインストール
|
19 |
COPY requirements.txt .
|