Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -18,10 +18,10 @@ 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/latest/download/download.sh -o download
|
22 |
|
23 |
# Install VOICEVOX Core
|
24 |
-
RUN download
|
25 |
|
26 |
# Clone VOICEVOX Engine from Git Repository
|
27 |
RUN git clone https://github.com/VOICEVOX/voicevox_engine.git
|
|
|
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.sh -o download
|
22 |
|
23 |
# Install VOICEVOX Core
|
24 |
+
RUN download
|
25 |
|
26 |
# Clone VOICEVOX Engine from Git Repository
|
27 |
RUN git clone https://github.com/VOICEVOX/voicevox_engine.git
|