view service/piNode/Dockerfile @ 368:194583bd603e

ws2812 numleds fix Ignore-this: 300849ded4dea42a447e3415f2f26a5d
author drewp@bigasterisk.com
date Sun, 11 Nov 2018 23:56:33 -0800
parents cb3738b1a15a
children aea6dbb8abf5
line wrap: on
line source

FROM bang6:5000/base_pi

COPY requirements.txt ./

RUN pip install -r requirements.txt

ADD https://projects.bigasterisk.com/rdfdb/more.tgz ./
RUN tar xvzf more.tgz

ADD https://projects.bigasterisk.com/rdfdb/more2.tgz ./
RUN tar xvzf more2.tgz

COPY *.py ./
COPY config/ ./config/

CMD [ "python", "./piNode.py" ]