Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
|
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
# Download VOICEVOX Core from latest Release
|
21 |
-
RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/
|
22 |
|
23 |
# Give execution permissions
|
24 |
RUN chmod +x download.sh
|
|
|
18 |
COPY --chown=user . $HOME/app
|
19 |
|
20 |
# Download VOICEVOX Core from latest Release
|
21 |
+
RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/download/0.15.8/download.sh -o download.sh
|
22 |
|
23 |
# Give execution permissions
|
24 |
RUN chmod +x download.sh
|