File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY requirements.txt .
14
14
RUN pip3 install --upgrade pip
15
15
RUN pip3 install -r requirements.txt
16
16
17
- RUN git clone https://github.com/sovaai/sova-tts-tps && cd sova-tts-tps && pip3 install .
17
+ RUN git clone https://github.com/sovaai/sova-tts-tps && cd sova-tts-tps && git checkout v1.0.1 && pip3 install .
18
18
RUN cd .. && rm -rf sova-tts-tps
19
19
20
20
RUN apt-get install -y locales && locale-gen en_US.UTF-8
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ COPY requirements.txt .
14
14
RUN pip3 install --upgrade pip
15
15
RUN pip3 install -r requirements.txt
16
16
17
- RUN git clone https://github.com/sovaai/sova-tts-tps && cd sova-tts-tps && pip3 install .
17
+ RUN git clone https://github.com/sovaai/sova-tts-tps && cd sova-tts-tps && git checkout v1.0.1 && pip3 install .
18
18
RUN cd .. && rm -rf sova-tts-tps
19
19
20
20
RUN apt-get install -y locales && locale-gen en_US.UTF-8
You can’t perform that action at this time.
0 commit comments