Skip to content

Commit

Permalink
removed pip install --upgrade pip as it seams to break with new setup…
Browse files Browse the repository at this point in the history
…tool 34.xx

see: pypa/setuptools#940
  • Loading branch information
b-schubert committed Jan 25, 2017
1 parent cbabca2 commit 6b1c6f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ RUN mkdir /usr/src/LKH \
ENV LD_LIBRARY_PATH /usr/local/lib:$LD_LIBRARY_PATH
ENV HDF5_DIR /usr/local/

RUN pip install --upgrade pip && pip install \
RUN pip install \
cython \
numpy \
pyomo \
Expand Down

0 comments on commit 6b1c6f2

Please sign in to comment.