Mercurial > code > home > repos > homeauto
view service/speechMusic/Dockerfile.pi @ 1257:c0721332a9fe
WIP speechmusic to load from http, but pulseaudio out is broken
Ignore-this: 28a41741b1f33114348f5ec6e7b4bef9
darcs-hash:0c6f5acce103b7a9f999fa729ef5e3c7c0d1171a
author | drewp <drewp@bigasterisk.com> |
---|---|
date | Fri, 19 Apr 2019 13:51:54 -0700 |
parents | a723efcf6476 |
children |
line wrap: on
line source
FROM bang6:5000/base_pi WORKDIR /opt RUN apt-get update RUN apt-get install --yes libopenal1 libogg0 pulseaudio-utils python-pygame festival sox COPY requirements.txt ./ RUN pip install -r requirements.txt COPY sound sound COPY *.py req* *.jade ./ COPY pulse-client.conf /etc/pulse/client.conf ENV PULSE_SERVER /tmp/pulseaudio EXPOSE 9049 RUN mkdir /sounds CMD [ "python", "./speechMusic.py" ]