Install newer pip version in CI (#627)

* Update pip in CI

* Longer timeout for docker build

* Increase travis timeout

* revert changes to travis file

old-commit-hash: 184ba93833
commatwo_master
Willem Melching 6 years ago committed by GitHub
parent 6d4c0f387d
commit bf83f2f6f4
  1. 1
      Dockerfile.openpilot

@ -21,6 +21,7 @@ RUN apt-get update && apt-get install -y \
ocl-icd-opencl-dev \
opencl-headers
RUN pip install --upgrade pip==18.0
RUN pip install numpy==1.11.2 scipy==0.18.1 matplotlib==2.1.2
COPY requirements_openpilot.txt /tmp/

Loading…
Cancel
Save