MeowSky49887 commited on
Commit
9c89d28
·
verified ·
1 Parent(s): 616e4bb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -18,7 +18,7 @@ WORKDIR $HOME/app
18
  COPY --chown=user . $HOME/app
19
 
20
  # Download VOICEVOX Nemo Core from latest Release
21
- RUN curl -sSfL https://github.com/VOICEVOX/voicevox_nemo_core/releases/0.15.0/download/download.sh --output download.sh
22
 
23
  # Give execution permissions
24
  RUN chmod +x ./download.sh
 
18
  COPY --chown=user . $HOME/app
19
 
20
  # Download VOICEVOX Nemo Core from latest Release
21
+ RUN curl -sSfL https://github.com/VOICEVOX/voicevox_nemo_core/releases/download/0.15.0/download.sh --output download.sh
22
 
23
  # Give execution permissions
24
  RUN chmod +x ./download.sh