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 67991eb

Browse files
committed
update pocad
1 parent 041d914 commit 67991eb

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

‎pocad/2/Dockerfile‎

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
# consult: https://docs.docker.com/engine/userguide/eng-image/dockerfile_best-practices
22
# Forked: https://hub.docker.com/r/amancevice/pandas
3-
FROM phirov/python:2
3+
FROM phirov/scipy:2
44
MAINTAINER phirov@163.com
55

66
RUN apk add --no-cache --virtual build-deps g++ && \
7-
pip install numpy==1.12.0 \
8-
cython==0.25.2 && \
9-
pip install scipy==0.18.1 \
10-
pandas==0.19.2 && \
117
pip install jmespath pymongo && \
128
apk del build-deps

‎pocad/3/Dockerfile‎

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

6-
RUN apk add --no-cache --virtual build-deps g++ && \
7-
pip3 install numpy==1.12.0 \
8-
cython==0.25.2 && \
9-
pip3 install scipy==0.18.1 \
10-
pandas==0.19.2 && \
11-
pip3 install jmespath pymongo && \
12-
apk del build-deps
6+
RUN pip3 install jmespath pymongo
7+
#RUN apk add --no-cache --virtual build-deps g++ && \
8+
#pip3 install jmespath pymongo && \
9+
#apk del build-deps

0 commit comments

Comments
(0)

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