Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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
|
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
|