tweak process handoff

This commit is contained in:
Blake Blackshear
2020-03-03 20:26:53 -06:00
parent 24cb3508e8
commit 8a572f96d5
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 \