Skip to content

Commit

Permalink
Install fastcluster in CI for controls tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pd0wm committed Jul 1, 2019
1 parent 8a9ed94 commit f4b258a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.openpilot
Expand Up @@ -41,6 +41,7 @@ ENV PYTHONPATH /tmp/openpilot:$PYTHONPATH

RUN git clone --branch v0.6 https://github.com/commaai/openpilot-tools.git /tmp/openpilot/tools
RUN pip install -r /tmp/openpilot/tools/requirements.txt
RUN pip install fastcluster==1.1.20 scipy==0.19.1

COPY ./.pylintrc /tmp/openpilot/.pylintrc
COPY ./common /tmp/openpilot/common
Expand Down

0 comments on commit f4b258a

Please sign in to comment.