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