Skip to content

Commit ce9743d

Browse files
authored
Merge pull request aws#345 from samsammurphy/patch-2
numpy==1.14.5
2 parents 8b83a62 + 0c3dc72 commit ce9743d

File tree

1 file changed

+1
-1
lines changed
  • advanced_functionality/scikit_bring_your_own/container

1 file changed

+1
-1
lines changed

advanced_functionality/scikit_bring_your_own/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RUN apt-get -y update && apt-get install -y --no-install-recommends \
2020
# a significant amount of space. These optimizations save a fair amount of space in the
2121
# image, which reduces start up time.
2222
RUN wget https://bootstrap.pypa.io/get-pip.py && python get-pip.py && \
23-
pip install numpy scipy scikit-learn pandas flask gevent gunicorn && \
23+
pip install numpy==1.14.5 scipy scikit-learn pandas flask gevent gunicorn && \
2424
(cd /usr/local/lib/python2.7/dist-packages/scipy/.libs; rm *; ln ../../numpy/.libs/* .) && \
2525
rm -rf /root/.cache
2626

0 commit comments

Comments
 (0)