Skip to content

Commit 402faab

Browse files
energeerbiasini
authored andcommitted
Docker environment breaking (commaai#369)
* Fixes matplotlib dependency * Use version 2.1.2
1 parent de79a07 commit 402faab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.openpilot

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM ubuntu:16.04
22
ENV PYTHONUNBUFFERED 1
33

44
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
5-
RUN pip install numpy==1.11.2 scipy==0.18.1 matplotlib
5+
RUN pip install numpy==1.11.2 scipy==0.18.1 matplotlib==2.1.2
66

77
COPY requirements_openpilot.txt /tmp/
88
RUN pip install -r /tmp/requirements_openpilot.txt

0 commit comments

Comments
 (0)