This repo contains the wheel dependencies for the Recommendation API that aren't available as Debian packages.
It is important to build the wheels on a system as similar as possible to where they'll be deployed. We currently
use recommendation-api-build.recommendation-api.eqiad.wmflabs.
Workflow
sshto the build hostgit clone https://<username>@gerrit.wikimedia.org/r/a/research/recommendation-api/wheelsgit checkout -b <branch name>cd wheelsmake- Add and commit as necessary
git push origin <branch name>:refs/for/master/<branch name>