changeset 629:981bcedeedcd

add pytype dockerfile Ignore-this: b32fd623ecc2a0e1ce400e80c077c33f
author drewp@bigasterisk.com
date Sat, 10 Aug 2019 23:44:17 -0700
parents accbbd521ecd
children b04155f191f9
files service/piNode/Dockerfile.check
diffstat 1 files changed, 15 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/service/piNode/Dockerfile.check	Sat Aug 10 23:44:17 2019 -0700
@@ -0,0 +1,15 @@
+FROM bang6:5000/base_x86
+
+RUN pip install grpcio==1.22.0
+
+WORKDIR /opt
+
+COPY requirements.txt ./
+RUN egrep -v ws281 requirements.txt > requirements_x86_ok.txt
+
+RUN pip install --index-url https://projects.bigasterisk.com/ --extra-index-url https://pypi.org/simple -r requirements_x86_ok.txt
+
+RUN pip install pytype
+
+COPY *.py ./
+COPY config/ ./config/