Skip to content

Commit

Permalink
install docker.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
Scisco committed Oct 7, 2015
1 parent 697dfbb commit 621a2e2
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 @@ -4,5 +4,5 @@ RUN apt-get install --yes python-pip python-skimage python-numpy python-scip
ADD landsat /usr/local/lib/python2.7/dist-packages/landsat
ADD bin/landsat /usr/local/bin/
ADD . /landsat
RUN cd /landsat && pip install -r requirements/base.txt
RUN cd /landsat && pip install -r requirements/docker.txt

0 comments on commit 621a2e2

Please sign in to comment.