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 964c7e6

Browse files
committed
correct pandas dockerfile
1 parent fec7698 commit 964c7e6

File tree

6 files changed

+16
-22
lines changed

6 files changed

+16
-22
lines changed

‎pandas/0.18/2/Dockerfile‎

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

6-
RUN pip install numpy==1.11.2 cython==0.25.1 && \
7-
pip install pandas==0.18.1
6+
RUN apk add --no-cache --virtual .build-deps g++ && \
7+
pip install numpy==1.11.2 cython==0.25.1 && \
8+
pip install pandas==0.18.1 && \
9+
apk del .build-deps

‎pandas/0.18/3/Dockerfile‎

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

6-
RUN pip3 install numpy==1.11.2 cython==0.25.1 && \
7-
pip3 install pandas==0.18.1
6+
RUN apk add --no-cache --virtual .build-deps g++ && \
7+
pip3 install numpy==1.11.2 cython==0.25.1 && \
8+
pip3 install pandas==0.18.1 && \
9+
apk del .build-deps

‎pandas/0.19/2/Dockerfile‎

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

6-
RUN pip install numpy==1.11.2 cython==0.25.1 && \
7-
pip install pandas==0.19.1
6+
RUN apk add --no-cache --virtual .build-deps g++ && \
7+
pip install numpy==1.11.2 cython==0.25.1 && \
8+
pip install pandas==0.19.1 && \
9+
apk del .build-deps

‎pandas/0.19/3/Dockerfile‎

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

6-
RUN pip3 install numpy==1.11.2 cython==0.25.1 && \
7-
pip3 install pandas==0.19.1
6+
RUN apk add --no-cache --virtual .build-deps g++ && \
7+
pip3 install numpy==1.11.2 cython==0.25.1 && \
8+
pip3 install pandas==0.19.1 && \
9+
apk del .build-deps

‎pandas/latest/2/Dockerfile‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

‎pandas/latest/3/Dockerfile‎

Lines changed: 0 additions & 7 deletions
This file was deleted.

0 commit comments

Comments
(0)

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