Files
rhasspy/docker/templates/shared/python_pocketsphinx.txt
T
2019-04-05 14:15:00 -04:00

5 lines
202 B
Plaintext
Executable File

# Install Pocketsphinx Python module with no sound
COPY download/pocketsphinx-python.tar.gz /
RUN python3 -m pip install --no-cache-dir /pocketsphinx-python.tar.gz && \
rm -rf /pocketsphinx-python*