Mercurial > code > home > repos > homeauto
view service/audioInputLevels/Dockerfile @ 355:45c8edddf01a
docker setup for audio_input_levels
Ignore-this: d0a631dcb9c2567834998547f3b192bc
author | drewp@bigasterisk.com |
---|---|
date | Wed, 05 Sep 2018 01:45:45 -0700 |
parents | |
children | 8f5a16a55f64 |
line wrap: on
line source
FROM bang6:5000/base_x86 WORKDIR /opt RUN apt-get install --yes libpulse0 COPY requirements.txt ./ RUN pip install -r requirements.txt COPY *.py req* ./ CMD [ "python", "./audioInputLevelsPulse.py", "--source", "alsa_input.pci-0000_00_1f.3.analog-stereo" ]