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 7cfb4f0

Browse files
committed
add packs in pocad Dockerfile and update README
1 parent 45f45b7 commit 7cfb4f0

File tree

3 files changed

+14
-6
lines changed

3 files changed

+14
-6
lines changed

‎README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,5 @@ Inspireded from [@amancevice](https://hub.docker.com/r/amancevice/pandas), [@jfl
1515
| | `0.19-3`| *([0.19/3/Dockerfile](https://github.com/phirov/docker-python/tree/master/pandas/0.19/3/Dockerfile))* |
1616
| | `0.18-2`| *([0.18/2/Dockerfile](https://github.com/phirov/docker-python/tree/master/pandas/0.18/2/Dockerfile))* |
1717
| | `0.18-3`| *([0.18/3/Dockerfile](https://github.com/phirov/docker-python/tree/master/pandas/0.18/3/Dockerfile))* |
18+
|**pocad** | `2`, `latest` | *([2/Dockerfile](https://github.com/phirov/docker-python/tree/master/pocad/2/Dockerfile))* |
19+
| | `3` | *([3/Dockerfile](https://github.com/phirov/docker-python/tree/master/pocad/3/Dockerfile))* |

‎pocad/2/Dockerfile

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +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 numpy==1.12.0 scipy==0.18.1 cython==0.25.2 && \
8-
pip install pandas==0.19.2 && \
7+
pip install cython==0.25.2 \
8+
numpy==1.12.0 \
9+
scipy==0.18.1 \
10+
pandas==0.19.2 && \
11+
pip install jmespath pymongo && \
912
apk del build-deps

‎pocad/3/Dockerfile

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
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 scipy==0.18.1 cython==0.25.2 && \
8-
pip3 install pandas==0.19.2 && \
9-
apk del .build-deps
6+
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 \
10+
pandas==0.19.2 && \
11+
pip3 install jmespath pymongo && \
12+
apk del build-deps

0 commit comments

Comments
(0)

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