tweak process handoff

This commit is contained in:
Blake Blackshear
2020-01-31 11:50:42 -05:00
parent 24cb3508e8
commit 8a572f96d5
2 changed files with 11 additions and 10 deletions

3
Dockerfile Normal file → Executable file
View File

@@ -23,12 +23,13 @@ RUN apt -qq update && apt -qq install --no-install-recommends -y \
# python-prctl \
numpy \
imutils \
scipy \
&& python3.7 -m pip install -U \
SharedArray \
# Flask \
# paho-mqtt \
# PyYAML \
# matplotlib \
scipy \
&& echo "deb https://packages.cloud.google.com/apt coral-edgetpu-stable main" > /etc/apt/sources.list.d/coral-edgetpu.list \
&& wget -q -O - https://packages.cloud.google.com/apt/doc/apt-key.gpg | apt-key add - \
&& apt -qq update \