wolfofbackstreet commited on
Commit
b748c5b
·
verified ·
1 Parent(s): b429c56

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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 /app/MeloTTS && \
13
- git clone https://github.com/myshell-ai/OpenVoice /app/OpenVoice
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