soiz1 commited on
Commit
ce9d4d1
·
verified ·
1 Parent(s): 40fe95d

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -41,6 +41,8 @@ RUN chmod +x ./download.sh
41
  # Install VOICEVOX Core
42
  RUN ./download.sh --output voicevox_core --version 0.15.7
43
 
 
 
44
  # Clone VOICEVOX Engine from 0.23.0 Repository
45
  RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
46
 
 
41
  # Install VOICEVOX Core
42
  RUN ./download.sh --output voicevox_core --version 0.15.7
43
 
44
+ RUN rm -rf voicevox_engine && mkdir voicevox_engine
45
+
46
  # Clone VOICEVOX Engine from 0.23.0 Repository
47
  RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
48