Spaces:
Runtime error
Runtime error
Update Dockerfile
Browse files- Dockerfile +2 -2
Dockerfile
CHANGED
@@ -9,8 +9,8 @@ RUN useradd -m -u 1000 user
|
|
9 |
USER user
|
10 |
ENV HOME=/home/user PATH=/home/user/.local/bin:$PATH
|
11 |
|
12 |
-
RUN git clone https://github.com/myshell-ai/MeloTTS
|
13 |
-
|
14 |
RUN chown -R user:user /app
|
15 |
|
16 |
RUN pip install --no-cache-dir -r requirements.txt
|
|
|
9 |
USER user
|
10 |
ENV HOME=/home/user PATH=/home/user/.local/bin:$PATH
|
11 |
|
12 |
+
RUN git clone https://github.com/myshell-ai/MeloTTS
|
13 |
+
RUN git clone https://github.com/myshell-ai/OpenVoice
|
14 |
RUN chown -R user:user /app
|
15 |
|
16 |
RUN pip install --no-cache-dir -r requirements.txt
|