We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b83a62 + 0c3dc72 commit ce9743dCopy full SHA for ce9743d
advanced_functionality/scikit_bring_your_own/container/Dockerfile
@@ -20,7 +20,7 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
20
# a significant amount of space. These optimizations save a fair amount of space in the
21
# image, which reduces start up time.
22
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && \
23
- pip install numpy scipy scikit-learn pandas flask gevent gunicorn && \
+ pip install numpy==1.14.5 scipy scikit-learn pandas flask gevent gunicorn && \
24
(cd /usr/local/lib/python2.7/dist-packages/scipy/.libs; rm *; ln ../../numpy/.libs/* .) && \
25
rm -rf /root/.cache
26
0 commit comments