Spaces:
Build error
Build error
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/
|
22 |
|
23 |
# Give execution permissions
|
24 |
RUN chmod +x ./download
|
|
|
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/latest/download/download-linux-x64 --output download
|
22 |
|
23 |
# Give execution permissions
|
24 |
RUN chmod +x ./download
|