Skip to content

Commit

Permalink
fix(numpy): Only works with 1.13 right now
Browse files Browse the repository at this point in the history
  • Loading branch information
zflamig committed Mar 25, 2018
1 parent 0d9f78a commit 8b3d54b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -3,10 +3,10 @@ FROM python:2.7
RUN apt-get -y update \
&& apt-get install -y libqt4-dev cmake xvfb

COPY . /sharppy
RUN pip install numpy==1.13 pyside==1.2.4

COPY . /sharppy
WORKDIR /sharppy
RUN pip install numpy pyside==1.2.4
RUN python setup.py install

WORKDIR /sharppy/runsharp

0 comments on commit 8b3d54b

Please sign in to comment.