v2 Standalone Docker Update #40

Merged
alex_orid merged 157 commits from v2.0 into master 2021-05-13 20:36:45 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 2ba271c4a3 - Show all commits

View File

@ -8,4 +8,4 @@ RUN pip3 install -r requirements_sa_command.txt
COPY . .
CMD [ "python3", "standalone_tts_core.py"]
CMD [ "python3", "standalone_command.py"]

View File

@ -8,4 +8,4 @@ RUN pip3 install -r requirements_sa_command.txt
COPY . .
CMD [ "python3", "standalone_command.py"]
CMD [ "python3", "standalone_tts_core.py"]