Skip to content

Commit

Permalink
Use latest stable pip instead of the master branch (#134)
Browse files Browse the repository at this point in the history
The bug in pypa/packaging#234 is now in the current stable pip.
  • Loading branch information
xuhdev committed Apr 30, 2020
1 parent a373cf7 commit 751d961
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Dockerfile.arm32v7
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 751d961

Please sign in to comment.