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

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +3 -1
Dockerfile CHANGED
@@ -29,8 +29,10 @@ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/downloa
29
  # Give execution permissions
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
 
29
  # Give execution permissions
30
  RUN chmod +x ./download
31
 
32
+ ENV RUST_BACKTRACE=1
33
+
34
  # Install VOICEVOX Core
35
+ RUN ./download --output voicevox_core
36
 
37
  # Clone VOICEVOX Engine from Master Branch
38
  RUN git clone --branch master https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine