Skip to content

Commit 362cda2

Browse files
committed
update pocad Dockerfile
1 parent 7cfb4f0 commit 362cda2

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

pocad/2/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM phirov/python:2
44
MAINTAINER phirov@163.com
55

66
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 \
7+
pip install numpy==1.12.0 \
8+
cython==0.25.2 && \
9+
pip install scipy==0.18.1 \
1010
pandas==0.19.2 && \
1111
pip install jmespath pymongo && \
1212
apk del build-deps

pocad/3/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ FROM phirov/python:3
44
MAINTAINER phirov@163.com
55

66
RUN apk add --no-cache --virtual build-deps g++ && \
7-
pip3 install cython==0.25.2 \
8-
numpy==1.12.0 \
9-
scipy==0.18.1 \
7+
pip3 install numpy==1.12.0 \
8+
cython==0.25.2 && \
9+
pip3 install scipy==0.18.1 \
1010
pandas==0.19.2 && \
1111
pip3 install jmespath pymongo && \
1212
apk del build-deps

0 commit comments

Comments
 (0)