MeowSky49887 commited on
Commit
6c0bebd
verified
1 Parent(s): 51c95ca

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -44,10 +44,10 @@ COPY --chown=user . $HOME/app
44
  RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/download/0.15.7/download.sh --output download.sh
45
 
46
  # Give execution permissions
47
- RUN chmod +x ./download.sh --version 0.15.7
48
 
49
  # Install VOICEVOX Core
50
- RUN ./download.sh --output voicevox_core
51
 
52
  # ---------- Normaly Run ----------
53
 
 
44
  RUN curl -sSfL https://github.com/VOICEVOX/voicevox_core/releases/download/0.15.7/download.sh --output download.sh
45
 
46
  # Give execution permissions
47
+ RUN chmod +x ./download.sh
48
 
49
  # Install VOICEVOX Core
50
+ RUN ./download.sh --output voicevox_core --version 0.15.7
51
 
52
  # ---------- Normaly Run ----------
53