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

Revamp image to build dependencies as part of stages #83

Merged
merged 1 commit into from
Feb 3, 2019

Conversation

PeterJohnson
Copy link
Member

Fixes #17.

Stage 2 is fairly minimal, stage 3 builds/installs OpenCV and WPILib et al, and stage 4 builds/installs the FRCVision webdash and adds the vision examples.

Other changes:

The only downside of all these changes (particularly the ffmpeg, OpenBLAS, and libgtk inclusion) is the image size is now over 3GB (800MB compressed). The previous image didn't quite fit on a 2GB card however.

@PeterJohnson PeterJohnson added the image Image configuration label Feb 3, 2019
@PeterJohnson PeterJohnson added this to the 2019.3.1 milestone Feb 3, 2019
@PeterJohnson PeterJohnson merged commit c85fd9f into wpilibsuite:frcvision Feb 3, 2019
@PeterJohnson PeterJohnson deleted the revamp-image branch February 3, 2019 07:37
@auscompgeek
Copy link
Member

auscompgeek commented Feb 3, 2019

I'm slightly surprised you've gone to the effort of dealing with GitHub's tarballs for pynetworktables instead of using the tarball/wheel on PyPI.

@PeterJohnson
Copy link
Member Author

It was really more for consistency than anything else. Sometimes we need to pull development versions rather than what's released.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
image Image configuration
Projects
None yet
2 participants