Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- 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 --
|
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
|