soiz1 commited on
Commit
f99edfc
·
verified ·
1 Parent(s): 444dda9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -27,8 +27,7 @@ RUN chmod +x download.sh
27
  RUN ./download.sh
28
 
29
  # Clone VOICEVOX Engine from Git Repository
30
- RUN git clone --depth=1 --branch $(git ls-remote --tags --sort="v:refname" https://github.com/VOICEVOX/voicevox_engine.git | tail -n1 | awk -F/ '{print $NF}') https://github.com/VOICEVOX/voicevox_engine.git
31
-
32
 
33
  # Install requirements.txt
34
  RUN pip install --no-cache-dir --upgrade -r voicevox_engine/requirements.txt
 
27
  RUN ./download.sh
28
 
29
  # Clone VOICEVOX Engine from Git Repository
30
+ RUN git clone --branch v0.22.2 --depth=1 https://github.com/VOICEVOX/voicevox_engine.git
 
31
 
32
  # Install requirements.txt
33
  RUN pip install --no-cache-dir --upgrade -r voicevox_engine/requirements.txt