We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de79a07 commit 402faabCopy full SHA for 402faab
Dockerfile.openpilot
@@ -2,7 +2,7 @@ FROM ubuntu:16.04
2
ENV PYTHONUNBUFFERED 1
3
4
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
+RUN pip install numpy==1.11.2 scipy==0.18.1 matplotlib==2.1.2
6
7
COPY requirements_openpilot.txt /tmp/
8
RUN pip install -r /tmp/requirements_openpilot.txt
0 commit comments