soiz1 commited on
Commit
9f973dd
·
verified ·
1 Parent(s): f34b5dc

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -36,7 +36,7 @@ ENV LC_ALL=ja_JP.UTF-8
36
 
37
 
38
  # Install VOICEVOX Core
39
- RUN ./download --output voicevox_core
40
 
41
  # Clone VOICEVOX Engine from Master Branch
42
  RUN git clone --branch master https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
 
36
 
37
 
38
  # Install VOICEVOX Core
39
+ RUN echo y | ./download --output voicevox_core
40
 
41
  # Clone VOICEVOX Engine from Master Branch
42
  RUN git clone --branch master https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine