-
Notifications
You must be signed in to change notification settings - Fork 63
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
Add support for running PennAI on Raspberry Pi #305
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bumps [socket.io](https://github.com/socketio/socket.io) from 2.3.0 to 2.4.0. - [Release notes](https://github.com/socketio/socket.io/releases) - [Changelog](https://github.com/socketio/socket.io/blob/2.4.0/CHANGELOG.md) - [Commits](socketio/socket.io@2.3.0...2.4.0) Signed-off-by: dependabot[bot] <support@github.com>
remove email addresses
…/socket.io-2.4.0 Bump socket.io from 2.3.0 to 2.4.0 in /lab
Great start! There are a few steps before we merge into the main branch (making sure we can get the recommenders running on the pi, setting up ARM64 versions test runners, adding the ARM64 tests to the github CI if possible, updating the user and dev docs) |
remove branch=True
Rebranding Sphinx docs conf.py and index.rst
…/tmpl-1.0.5 Bump tmpl from 1.0.4 to 1.0.5 in /lab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
7e11806 finishes adding the ability to run the PennAI docker containers entirely on the Raspberry Pi 400 (or another 4+ Gb model of the Raspberry Pi 4).
There is a new
docker-compose-raspberrypi.yml
configuration file that references separate Dockerfiles, effectively keeping the configuration isolated.A major component of getting this working was building all of the Python dependencies as standalone wheel files that could be packaged into their own repository - https://github.com/EpistasisLab/pennai-arm64-deps. This is now included as a Git submodule in the
docker/
directory. Users can populate the submodule by running:Otherwise, the files will not be included in the main PennAI repository (useful for keeping the size of the repo to a manageable size).
More extensive testing and evaluation will be performed shortly.