Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -44,10 +44,10 @@ COPY --chown=user . $HOME/app
|
|
44 |
RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/download/0.15.7/download.sh --output download.sh
|
45 |
|
46 |
# Give execution permissions
|
47 |
-
RUN chmod +x ./download.sh
|
48 |
|
49 |
# Install VOICEVOX Core
|
50 |
-
RUN ./download.sh --output voicevox_core
|
51 |
|
52 |
# ---------- Normaly Run ----------
|
53 |
|
|
|
44 |
RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/download/0.15.7/download.sh --output download.sh
|
45 |
|
46 |
# Give execution permissions
|
47 |
+
RUN chmod +x ./download.sh
|
48 |
|
49 |
# Install VOICEVOX Core
|
50 |
+
RUN ./download.sh --output voicevox_core --version 0.15.7
|
51 |
|
52 |
# ---------- Normaly Run ----------
|
53 |
|