Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 362cda2

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

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎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)

AltStyle によって変換されたページ (->オリジナル) /