Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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