MeowSky49887 commited on
Commit
efe358d
·
verified ·
1 Parent(s): 06c10ea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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-linux-x64 -o download
22
 
23
  # Install VOICEVOX Core
24
- RUN chmod +x 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.sh
22
 
23
  # Install VOICEVOX Core
24
+ RUN download.sh
25
 
26
  # Clone VOICEVOX Engine from Git Repository
27
  RUN git clone https://github.com/VOICEVOX/voicevox_engine.git