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