Skip to content

Commit

Permalink
Merge pull request #664 from edouard-mangel/patch-1
Browse files Browse the repository at this point in the history
Update Dockerfile to add requests module
  • Loading branch information
tburrows13 authored Feb 12, 2018
2 parents 6583e4f + cc35d8e commit 515bc8c
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 @@ -13,7 +13,7 @@ RUN apt-get install -y locales && \
ENV LC_ALL C.UTF-8

# do we need all of these, maybe remove some of them?
RUN pip install imageio numpy scipy matplotlib pandas sympy nose decorator tqdm pillow pytest
RUN pip install imageio numpy scipy matplotlib pandas sympy nose decorator tqdm pillow pytest requests

# install scikit-image after the other deps, it doesn't cause errors this way.
RUN pip install scikit-image sklearn
Expand Down

0 comments on commit 515bc8c

Please sign in to comment.