Make packages and directories consistent: mycroft-mimic3-tts
This commit is contained in:
parent
fb8cb82679
commit
4eb564c1bc
11 changed files with 24 additions and 21 deletions
|
|
@ -58,7 +58,7 @@ RUN --mount=type=cache,id=pip-requirements,target=/root/.cache/pip \
|
|||
./install.sh
|
||||
|
||||
# Download default voice
|
||||
COPY voices/ /root/.local/share/mimic3/voices/
|
||||
COPY voices/ /root/.local/share/mycroft-mimic3-tts/voices/
|
||||
RUN .venv/bin/mimic3-download 'en_UK/apope_low'
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
|
|
@ -90,7 +90,7 @@ RUN useradd -ms /bin/bash mimic3
|
|||
COPY --from=build /home/mimic3/app/ ./
|
||||
|
||||
# Copy pre-downloaded voice(s)
|
||||
COPY --from=build /root/.local/share/mimic3/voices/ /usr/share/mimic3/voices/
|
||||
COPY --from=build /root/.local/share/mycroft-mimic3-tts/voices/ /usr/share/mycroft-mimic3-tts/voices/
|
||||
|
||||
# Run test
|
||||
COPY tests/* ./tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue