We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 979fba0 commit 82d0b9eCopy full SHA for 82d0b9e
Dockerfile.debian
@@ -96,6 +96,7 @@ RUN .venv/bin/pyinstaller \
96
--collect-data 'panphon' \
97
--collect-data 'mimic3_tts' \
98
--collect-data 'mimic3_http' \
99
+ --add-data $(find /usr/lib -name libespeak-ng.so.1 | head -n1):. \
100
pyinstaller/mimic3.py
101
102
# Have to manually copy these over for some reason
0 commit comments