GPTfree api commited on
Commit
c6f2f3c
·
verified ·
1 Parent(s): e169ed7

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
  # コードをリポジトリからクローン
16
- RUN git clone https://github.com/your-organization/Retrieval-based-Voice-Conversion-WebUI.git .
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 .