Skip to content

wikimedia/research-recommendation-api-wheels

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Recommendation API Wheels

This repo contains the wheel dependencies for the Recommendation API that aren't available as Debian packages.

Creating/Updating the wheels

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

  1. ssh to the build host
  2. git clone https://<username>@gerrit.wikimedia.org/r/a/research/recommendation-api/wheels
  3. git checkout -b <branch name>
  4. cd wheels
  5. make
  6. Add and commit as necessary
  7. git push origin <branch name>:refs/for/master/<branch name>