Skip to content

Commit

Permalink
Install newer pip version in CI (#627)
Browse files Browse the repository at this point in the history
* Update pip in CI

* Longer timeout for docker build

* Increase travis timeout

* revert changes to travis file
  • Loading branch information
pd0wm committed May 7, 2019
1 parent a321836 commit 184ba93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile.openpilot
Expand Up @@ -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/
Expand Down

0 comments on commit 184ba93

Please sign in to comment.