Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +2 -0
Dockerfile
CHANGED
@@ -41,6 +41,8 @@ RUN chmod +x ./download.sh
|
|
41 |
# Install VOICEVOX Core
|
42 |
RUN ./download.sh --output voicevox_core --version 0.15.7
|
43 |
|
|
|
|
|
44 |
# Clone VOICEVOX Engine from 0.23.0 Repository
|
45 |
RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
|
46 |
|
|
|
41 |
# Install VOICEVOX Core
|
42 |
RUN ./download.sh --output voicevox_core --version 0.15.7
|
43 |
|
44 |
+
RUN rm -rf voicevox_engine && mkdir voicevox_engine
|
45 |
+
|
46 |
# Clone VOICEVOX Engine from 0.23.0 Repository
|
47 |
RUN git clone --branch release-0.23 https://github.com/VOICEVOX/voicevox_engine.git voicevox_engine
|
48 |
|