From d30064e98b85ea8144b66b7d47b120c6e3ee90a1 Mon Sep 17 00:00:00 2001 From: Hong Xu Date: Thu, 30 Apr 2020 11:53:27 -0700 Subject: [PATCH] Use latest stable pip instead of the master branch The bug in https://github.com/pypa/packaging/pull/234 is now in the current stable pip. --- Dockerfile.arm32v7 | 3 --- 1 file changed, 3 deletions(-) diff --git a/Dockerfile.arm32v7 b/Dockerfile.arm32v7 index 6e2ddeb..acbe53c 100644 --- a/Dockerfile.arm32v7 +++ b/Dockerfile.arm32v7 @@ -35,9 +35,6 @@ RUN wget -O - -nv --show-progress --progress=bar:force:noscroll https://github.c tar zxvf - --strip-components=1 --wildcards 'MAX-Object-Detector-Web-App-*/static' COPY requirements.txt /workspace -# We install Hong's pip branch because of the bug https://github.com/pypa/packaging/pull/234 . -# The following line should be removed after a new pip release > 20.0.2 becomes available and https://github.com/pypa/pip/pull/7852 is merged. -RUN pip install -U git+https://github.com/pypa/pip.git RUN python -m pip install https://www.piwheels.org/simple/tensorflow/tensorflow-1.13.1-cp37-none-linux_armv7l.whl RUN python -m pip install -r requirements.txt