Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +4 -0
Dockerfile
CHANGED
@@ -30,6 +30,10 @@ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/latest/downloa
|
|
30 |
RUN chmod +x ./download
|
31 |
|
32 |
ENV RUST_BACKTRACE=1
|
|
|
|
|
|
|
|
|
33 |
|
34 |
# Install VOICEVOX Core
|
35 |
RUN ./download --output voicevox_core
|
|
|
30 |
RUN chmod +x ./download
|
31 |
|
32 |
ENV RUST_BACKTRACE=1
|
33 |
+
ENV LANG=ja_JP.UTF-8
|
34 |
+
ENV LANGUAGE=ja_JP:ja
|
35 |
+
ENV LC_ALL=ja_JP.UTF-8
|
36 |
+
|
37 |
|
38 |
# Install VOICEVOX Core
|
39 |
RUN ./download --output voicevox_core
|