Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cross-built docker image with upgrade #10

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jul 25, 2018

  1. Upgrade pip, /etc/pip.conf, numpy and tensorflow packages

    Raspbian has shipped many 3rd-party python wheels through
    https://www.piwheels.org/simple including tensorflow. This made
    building docker images much easier.
    
    This patch upgrades the following 3rd-party packages:
    - https://bootstrap.pypa.io/get-pip.py
    - numpy==1.15.0
    - tensorflow==1.9.0
    
    Deb package python-numpy and python-scipy were removed to avoid conficts
    reported by pip install.
    
    Deb package libatlas3-base was added. Because it was needed by numpy.
    
    Signed-off-by: Liu Qun <[email protected]>
    Liu Qun committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    0ddbf20 View commit details
    Browse the repository at this point in the history
  2. Dockerfile: Rebase to official multiarch image

    This enables cross-building from x86 host.
    
    Signed-off-by: Liu Qun <[email protected]>
    Liu Qun committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    937eeac View commit details
    Browse the repository at this point in the history
  3. docs: Update cross-build instructions in README

    Signed-off-by: Liu Qun <[email protected]>
    Liu Qun committed Jul 25, 2018
    Configuration menu
    Copy the full SHA
    9efe84b View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2018

  1. Debian==stretch && python==2.7.x && numpy==1.14.5

    Liu Qun committed Jul 26, 2018
    Configuration menu
    Copy the full SHA
    adf2769 View commit details
    Browse the repository at this point in the history