soiz1 commited on
Commit
597a238
·
verified ·
1 Parent(s): f684d66

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,7 +27,7 @@ RUN chmod +x download.sh
27
  RUN ./download.sh
28
 
29
  # Clone VOICEVOX Engine from Git Repository
30
- RUN git clone https://github.com/VOICEVOX/voicevox_engine.git && cd voicevox_engine && git checkout 94b748f
31
 
32
  # Install requirements.txt
33
  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 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