Skip to content

Commit

Permalink
Docker environment breaking (#369)
Browse files Browse the repository at this point in the history
* Fixes matplotlib dependency

* Use version 2.1.2
  • Loading branch information
energee authored and rbiasini committed Sep 20, 2018
1 parent de79a07 commit 402faab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.openpilot
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:16.04
ENV PYTHONUNBUFFERED 1

RUN apt-get update && apt-get install -y build-essential clang vim screen wget bzip2 git libglib2.0-0 python-pip capnproto libcapnp-dev libzmq5-dev libffi-dev libusb-1.0-0
RUN pip install numpy==1.11.2 scipy==0.18.1 matplotlib
RUN pip install numpy==1.11.2 scipy==0.18.1 matplotlib==2.1.2

COPY requirements_openpilot.txt /tmp/
RUN pip install -r /tmp/requirements_openpilot.txt
Expand Down

0 comments on commit 402faab

Please sign in to comment.