Skip to content

Commit

Permalink
fix scipy version. Issue #1
Browse files Browse the repository at this point in the history
  • Loading branch information
geektortoise committed Feb 10, 2016
1 parent ddc088b commit 4357837
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions software_router/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,9 @@ RUN conda install pillow --yes
RUN conda install scikit-learn --yes
RUN conda install shapely --yes
RUN conda install opencv --yes
RUN conda install scipy=0.16.1 --yes

RUN apt-get -y update
# libs and locales for our scripts
RUN apt-get install -y libglib2.0-0
RUN apt-get install -y language-pack-en-base
Expand Down

0 comments on commit 4357837

Please sign in to comment.