soiz1 commited on
Commit
8012ed4
·
verified ·
1 Parent(s): aa07ded

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -30,7 +30,7 @@ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/downloa
30
  RUN chmod +x ./download
31
 
32
  # Install VOICEVOX Core
33
- RUN ./download --output voicevox_core
34
 
35
  # Clone VOICEVOX Engine from Master Branch
36
  RUN git clone --branch master https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
 
30
  RUN chmod +x ./download
31
 
32
  # Install VOICEVOX Core
33
+ RUN ./download --output voicevox_core -y
34
 
35
  # Clone VOICEVOX Engine from Master Branch
36
  RUN git clone --branch master https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine