Skip to content
This repository has been archived by the owner on Aug 3, 2022. It is now read-only.

Commit

Permalink
Merge pull request #5 from C24IO/patch-1
Browse files Browse the repository at this point in the history
To deal with an ImportError
  • Loading branch information
JohnCalhoun authored Jul 31, 2018
2 parents 2c04a22 + a04186f commit d831b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/train/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
# a significant amount of space. These optimizations save a fair amount of space in the
# image, which reduces start up time.
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && \
pip install numpy scipy scikit-learn pandas flask gevent gunicorn && \
pip install numpy==1.14.5 scipy scikit-learn pandas flask gevent gunicorn && \
(cd /usr/local/lib/python2.7/dist-packages/scipy/.libs; rm *; ln ../../numpy/.libs/* .) && \
rm -rf /root/.cache

Expand Down

0 comments on commit d831b23

Please sign in to comment.