tweak process handoff

This commit is contained in:
Blake Blackshear
2020-02-22 09:05:26 -06:00
parent 496c6bc6c4
commit fbbb79b31b
2 changed files with 11 additions and 10 deletions
Regular → Executable
+2 -1
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 \