Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #2359 from rhyolight/docker-install-numpy
Browse files Browse the repository at this point in the history
Installing numpy explicitly before docker build.
  • Loading branch information
rhyolight committed Jul 29, 2015
2 parents 0b6f4f9 + de7ad0f commit 32b28f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN apt-get install -y gcc g++
RUN apt-get install -y cmake
RUN apt-get install -y python2.7 python 2.7-dev
RUN apt-get install -y zlib1g-dev bzip2 libyaml-dev libyaml-0-2
RUN apt-get install -y python-numpy
RUN wget https://raw.github.com/pypa/pip/master/contrib/get-pip.py -O - | python
RUN pip install --upgrade setuptools
RUN pip install wheel
Expand Down

0 comments on commit 32b28f3

Please sign in to comment.