Mercurial > code > home > repos > homeauto
comparison 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 |
comparison
equal
deleted
inserted
replaced
354:818b7b410575 | 355:45c8edddf01a |
---|---|
1 FROM bang6:5000/base_x86 | |
2 | |
3 WORKDIR /opt | |
4 | |
5 RUN apt-get install --yes libpulse0 | |
6 COPY requirements.txt ./ | |
7 RUN pip install -r requirements.txt | |
8 | |
9 COPY *.py req* ./ | |
10 | |
11 CMD [ "python", "./audioInputLevelsPulse.py", "--source", "alsa_input.pci-0000_00_1f.3.analog-stereo" ] |