Skip to content

Commit 82d0b9e

Browse files
committed
Include libespeak so in PyInstaller build
1 parent 979fba0 commit 82d0b9e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile.debian

+1
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ RUN .venv/bin/pyinstaller \
9696
--collect-data 'panphon' \
9797
--collect-data 'mimic3_tts' \
9898
--collect-data 'mimic3_http' \
99+
--add-data $(find /usr/lib -name libespeak-ng.so.1 | head -n1):. \
99100
pyinstaller/mimic3.py
100101

101102
# Have to manually copy these over for some reason

0 commit comments

Comments
 (0)