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