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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -4
Dockerfile CHANGED
@@ -16,10 +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 \
23
  && pip install librosa==0.9.2 numba==0.55.2 llvmlite==0.38.0 \
24
  && pip install -r requirements.txt
25
 
 
16
  RUN git clone https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git .
17
 
18
  # Python依存ライブラリのインストール
19
+ RUN pip install --upgrade pip==23.1 \
 
 
 
20
  && pip install librosa==0.9.2 numba==0.55.2 llvmlite==0.38.0 \
21
  && pip install -r requirements.txt
22