We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cfb4f0 commit 362cda2Copy full SHA for 362cda2
2 files changed
pocad/2/Dockerfile
@@ -4,9 +4,9 @@ FROM phirov/python:2
4
MAINTAINER phirov@163.com
5
6
RUN apk add --no-cache --virtual build-deps g++ && \
7
- pip install cython==0.25.2 \
8
- numpy==1.12.0 \
9
- scipy==0.18.1 \
+ pip install numpy==1.12.0 \
+ cython==0.25.2 && \
+ pip install scipy==0.18.1 \
10
pandas==0.19.2 && \
11
pip install jmespath pymongo && \
12
apk del build-deps
pocad/3/Dockerfile
@@ -4,9 +4,9 @@ FROM phirov/python:3
- pip3 install cython==0.25.2 \
+ pip3 install numpy==1.12.0 \
+ pip3 install scipy==0.18.1 \
pip3 install jmespath pymongo && \
0 commit comments