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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,7 +16,7 @@ WORKDIR /app
16
  RUN git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git .
17
 
18
  # Python依存ライブラリのインストール
19
- COPY requirements.txt .
20
 
21
  # librosa と numba の互換性を考慮したバージョンをインストール
22
  RUN pip install --upgrade pip \
 
16
  RUN git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git .
17
 
18
  # Python依存ライブラリのインストール
19
+ #COPY requirements.txt .
20
 
21
  # librosa と numba の互換性を考慮したバージョンをインストール
22
  RUN pip install --upgrade pip \